Uses of Interface
com.sun.source.doctree.EntityTree Java DOCS
Packages that use EntityTree
Package
Description
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 EntityTreeModifier and TypeMethodDescriptionDocTreeVisitor.visitEntity(EntityTree node, P p) Visits anEntityTreenode. -
Uses of EntityTree in com.sun.source.util
Methods in com.sun.source.util that return EntityTreeModifier and TypeMethodDescriptionDocTreeFactory.newEntityTree(Name name) Creates a newEntityTreeobject, to represent an HTML entity.Methods in com.sun.source.util with parameters of type EntityTreeModifier and TypeMethodDescriptionabstract 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.