Uses of Interface
com.sun.source.doctree.EntityTree JAVA
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 anEntityTree
node. -
Uses of EntityTree in com.sun.source.util
Methods in com.sun.source.util that return EntityTreeModifier and TypeMethodDescriptionDocTreeFactory.newEntityTree
(Name name) Creates a newEntityTree
object, to represent an HTML entity.Methods in com.sun.source.util with parameters of type EntityTreeModifier and TypeMethodDescriptionabstract String
DocTrees.getCharacters
(EntityTree tree) Returns a string containing the characters for the entity in a given entity tree, ornull
if the tree does not represent a valid series of characters.DocTreeScanner.visitEntity
(EntityTree node, P p) Visits anEntityTree
node.SimpleDocTreeVisitor.visitEntity
(EntityTree node, P p) Visits anEntityTree
node.