Uses of Interface
com.sun.source.doctree.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
Modifier and TypeMethodDescriptionDocTreeVisitor.visitEntity(EntityTree node, P p)
Visits an EntityTree node. -
Uses of EntityTree in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreeFactory.newEntityTree(Name name)
Creates a newEntityTree
object, to represent an HTML entity.Modifier 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 an EntityTree node.SimpleDocTreeVisitor.visitEntity(EntityTree node, P p)
Visits an EntityTree node.