Uses of Interface
org.openjdk.nashorn.api.tree.TreeVisitor
Packages that use TreeVisitor
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 TreeVisitor in org.openjdk.nashorn.api.tree
Classes in org.openjdk.nashorn.api.tree that implement TreeVisitorModifier and TypeClassDescriptionclass
A simple implementation of the TreeVisitor for ECMAScript edition 5.1.class
SimpleTreeVisitorES6<R,
P> A simple implementation of the TreeVisitor for ECMAScript edition 6.Methods in org.openjdk.nashorn.api.tree with parameters of type TreeVisitorModifier and TypeMethodDescription<R,
D> R Tree.accept
(TreeVisitor<R, D> visitor, D data) Accept method used to implement the visitor pattern.