Uses of Interface
com.sun.source.doctree.ErroneousTree JAVA
Packages that use 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
Methods in com.sun.source.doctree with parameters of type ErroneousTreeModifier and TypeMethodDescriptionDocTreeVisitor.visitErroneous
(ErroneousTree node, P p) Visits anErroneousTree
node. -
Uses of ErroneousTree in com.sun.source.util
Methods in com.sun.source.util that return ErroneousTreeModifier and TypeMethodDescriptionDocTreeFactory.newErroneousTree
(String text, Diagnostic<JavaFileObject> diag) Creates a newErroneousTree
object, to represent some unparseable input.Methods in com.sun.source.util with parameters of type ErroneousTreeModifier and TypeMethodDescriptionDocTreeScanner.visitErroneous
(ErroneousTree node, P p) Visits anErroneousTree
node.SimpleDocTreeVisitor.visitErroneous
(ErroneousTree node, P p) Visits anErroneousTree
node.