Uses of Interface
com.sun.source.doctree.ErroneousTree
| Package | Description | 
|---|---|
| com.sun.source.doctree | Provides interfaces to represent documentation comments as abstract syntax
 trees (AST). | 
| com.sun.source.util | Provides utilities for operations on abstract syntax trees (AST). | 
- 
Uses of ErroneousTree in com.sun.source.doctreeMethods in com.sun.source.doctree with parameters of type ErroneousTree Modifier and Type Method Description RDocTreeVisitor. visitErroneous(ErroneousTree node, P p)Visits an ErroneousTree node.
- 
Uses of ErroneousTree in com.sun.source.utilMethods in com.sun.source.util that return ErroneousTree Modifier and Type Method Description ErroneousTreeDocTreeFactory. newErroneousTree(String text, Diagnostic<JavaFileObject> diag)Create a newErroneousTreeobject, to represent some unparseable input.Methods in com.sun.source.util with parameters of type ErroneousTree Modifier and Type Method Description RDocTreeScanner. visitErroneous(ErroneousTree node, P p)Visits an ErroneousTree node.RSimpleDocTreeVisitor. visitErroneous(ErroneousTree node, P p)Visits an ErroneousTree node.