Uses of Interface
com.sun.source.doctree.UnknownInlineTagTree
| 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 UnknownInlineTagTree in com.sun.source.doctreeMethods in com.sun.source.doctree with parameters of type UnknownInlineTagTree Modifier and Type Method Description RDocTreeVisitor. visitUnknownInlineTag(UnknownInlineTagTree node, P p)Visits an UnknownInlineTagTree node.
- 
Uses of UnknownInlineTagTree in com.sun.source.utilMethods in com.sun.source.util that return UnknownInlineTagTree Modifier and Type Method Description UnknownInlineTagTreeDocTreeFactory. newUnknownInlineTagTree(Name name, List<? extends DocTree> content)Create a newUnknownInlineTagTreeobject, to represent an unrecognized inline tag.Methods in com.sun.source.util with parameters of type UnknownInlineTagTree Modifier and Type Method Description RDocTreeScanner. visitUnknownInlineTag(UnknownInlineTagTree node, P p)Visits an UnknownInlineTagTree node.RSimpleDocTreeVisitor. visitUnknownInlineTag(UnknownInlineTagTree node, P p)Visits an UnknownInlineTagTree node.