Uses of Interface
com.sun.source.doctree.ErroneousTree
Package
Description
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of ErroneousTree in com.sun.source.doctree
Modifier and TypeMethodDescriptionDocTreeVisitor.visitErroneous(ErroneousTree node, P p)
Visits an ErroneousTree node. -
Uses of ErroneousTree in com.sun.source.util
Modifier and TypeMethodDescriptionDocTreeFactory.newErroneousTree(String text, Diagnostic<JavaFileObject> diag)
Creates a newErroneousTree
object, to represent some unparseable input.Modifier and TypeMethodDescriptionDocTreeScanner.visitErroneous(ErroneousTree node, P p)
Visits an ErroneousTree node.SimpleDocTreeVisitor.visitErroneous(ErroneousTree node, P p)
Visits an ErroneousTree node.