Uses of Interface
jdk.nashorn.api.tree.BlockTree
-
Packages that use BlockTree 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供了将ECMAScript源代码表示为抽象语法树(AST)和解析器来解析ECMAScript源脚本的接口。 -
-
Uses of BlockTree in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree that return BlockTree Modifier and Type 方法 描述 BlockTree
CatchTree. getBlock()
返回此catch块的代码块。BlockTree
TryTree. getBlock()
返回'try'语句的'try'块。BlockTree
FunctionDeclarationTree. getBody()
返回此函数的代码正文。BlockTree
TryTree. getFinallyBlock()
返回与'try'关联的'finally'块。Methods in jdk.nashorn.api.tree with parameters of type BlockTree Modifier and Type 方法 描述 R
SimpleTreeVisitorES5_1. visitBlock(BlockTree node, P r)
R
TreeVisitor. visitBlock(BlockTree node, P p)
访问块语句树。
-