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 变量和类型 方法 描述 BlockTree
CatchTree. getBlock()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此catch块的代码块。BlockTree
TryTree. getBlock()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此'try'语句的'try'块。BlockTree
FunctionDeclarationTree. getBody()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此函数的代码体。BlockTree
TryTree. getFinallyBlock()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回与此'try'关联的'finally'块。Methods in jdk.nashorn.api.tree with parameters of type BlockTree 变量和类型 方法 描述 R
TreeVisitor. visitBlock(BlockTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。访问块语句树。
-