public class Annotation extends Expression
MYSTERY_OFFSET, NULLAST_NODE_USED_FLAGS, flagsCHILD_ITERATOR| Constructor and Description |
|---|
Annotation() |
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
acceptVisitor(IAstVisitor<? super T,? extends R> visitor,
T data) |
AstNodeCollection<Expression> |
getArguments() |
NodeType |
getNodeType() |
AstType |
getType() |
boolean |
hasArgumentList() |
boolean |
matches(INode other,
Match match) |
void |
setHasArgumentList(boolean hasArgumentList) |
void |
setType(AstType type) |
java.lang.String |
toString() |
clone, forPattern, getOffset, invoke, invoke, invoke, invoke, invoke, invoke, member, setOffsetaddChild, contains, contains, copyUserDataFrom, freezeCore, getAncestors, getAncestors, getAncestorsAndSelf, getChildByRole, getChildren, getChildrenByRole, getDescendants, getDescendantsAndSelf, getEndLocation, getFirstChild, getLastChild, getNextNode, getNextSibling, getNextSibling, getParent, getParent, getPreviousNode, getPreviousSibling, getPreviousSibling, getRegion, getRole, getStartLocation, getText, getText, getUserData, hasChildren, insertChildAfter, insertChildBefore, insertChildrenAfter, insertChildrenBefore, isAncestorOf, isDescendantOf, isInside, isInside, isLoop, isNull, isReference, isUnconditionalBranch, match, matches, matchesCollection, matchString, putUserData, putUserDataIfAbsent, remove, replace, replaceWith, replaceWith, setChildByRole, setRolepublic final AstType getType()
public final void setType(AstType type)
public final boolean hasArgumentList()
public final void setHasArgumentList(boolean hasArgumentList)
public final AstNodeCollection<Expression> getArguments()
public NodeType getNodeType()
getNodeType in class Expressionpublic <T,R> R acceptVisitor(IAstVisitor<? super T,? extends R> visitor, T data)
acceptVisitor in class AstNode