Uses of Interface
org.openjdk.nashorn.api.tree.EmptyStatementTree
Packages that use EmptyStatementTree
Package
Description
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
-
Uses of EmptyStatementTree in org.openjdk.nashorn.api.tree
Methods in org.openjdk.nashorn.api.tree with parameters of type EmptyStatementTreeModifier and TypeMethodDescriptionSimpleTreeVisitorES5_1.visitEmptyStatement
(EmptyStatementTree node, P r) TreeVisitor.visitEmptyStatement
(EmptyStatementTree node, P p) Visit an empty statement tree.