Package com.javacc.parser.tree
Interface Annotation
-
- All Superinterfaces:
Comparable<Node>,Node,freemarker.template.TemplateModel,freemarker.template.TemplateNodeModel,freemarker.template.TemplateScalarModel
- All Known Implementing Classes:
MarkerAnnotation,NormalAnnotation,SingleMemberAnnotation
public interface Annotation extends Node
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.javacc.parser.Node
Node.Visitor
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetName()-
Methods inherited from interface com.javacc.parser.Node
addChild, addChild, appendChild, children, children, childrenOfType, clearChildren, close, compareTo, copyLocationInfo, copyLocationInfo, descendants, descendants, descendants, descendants, descendantsOfType, dump, dump, firstAncestorOfType, firstChildOfType, firstChildOfType, firstChildOfType, firstDescendantOfType, firstDescendantOfType, getAllTokens, getBeginColumn, getBeginLine, getBeginOffset, getChild, getChildCount, getEndColumn, getEndLine, getEndOffset, getFirstChild, getFirstToken, getGrammar, getInputSource, getLastChild, getLastToken, getLocation, getParent, getRealTokens, getRoot, getSource, getTokenSource, getTokenType, hasChildNodes, indexOf, isUnparsed, iterator, nextSibling, open, prependChild, previousSibling, removeChild, removeChild, replace, replaceChild, setBeginOffset, setChild, setEndOffset, setGrammar, setParent, setTokenSource, setUnparsed
-
-
-
-
Method Detail
-
getName
default String getName()
-
-