Uses of Interface
com.sun.source.doctree.EntityTree
Packages that use EntityTree
包
描述
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of EntityTree in com.sun.source.doctree
Methods in com.sun.source.doctree with parameters of type EntityTree -
Uses of EntityTree in com.sun.source.util
Methods in com.sun.source.util that return EntityTree修饰符和类方法描述DocTreeFactory.newEntityTree(Name name) Creates a newEntityTreeobject, to represent an HTML entity.Methods in com.sun.source.util with parameters of type EntityTree修饰符和类方法描述abstract StringDocTrees.getCharacters(EntityTree tree) Returns a string containing the characters for the entity in a given entity tree, ornullif the tree does not represent a valid series of characters.DocTreeScanner.visitEntity(EntityTree node, P p) Visits anEntityTreenode.SimpleDocTreeVisitor.visitEntity(EntityTree node, P p) Visits anEntityTreenode.