Uses of Interface
com.sun.source.doctree.EscapeTree
Packages that use EscapeTree
包
描述
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of EscapeTree in com.sun.source.doctree
Methods in com.sun.source.doctree with parameters of type EscapeTree -
Uses of EscapeTree in com.sun.source.util
Methods in com.sun.source.util that return EscapeTree修饰符和类方法描述DocTreeFactory.newEscapeTree(char ch) Creates a newEscapeTreeobject, to represent an escaped character.Methods in com.sun.source.util with parameters of type EscapeTree修饰符和类方法描述DocTreeScanner.visitEscape(EscapeTree node, P p) Visits anEscapeTreenode.SimpleDocTreeVisitor.visitEscape(EscapeTree node, P p) Visits anEscapeTreenode.