public class IdentifierExpression extends Expression
MYSTERY_OFFSET, NULLAST_NODE_USED_FLAGS, flagsCHILD_ITERATOR| Constructor and Description |
|---|
IdentifierExpression(int offset,
Identifier identifier) |
IdentifierExpression(int offset,
java.lang.String identifier) |
| Modifier and Type | Method and Description |
|---|---|
<T,R> R |
acceptVisitor(IAstVisitor<? super T,? extends R> visitor,
T data) |
java.lang.String |
getIdentifier() |
Identifier |
getIdentifierToken() |
AstNodeCollection<AstType> |
getTypeArguments() |
boolean |
matches(INode other,
Match match) |
void |
setIdentifier(java.lang.String value) |
void |
setIdentifierToken(Identifier value) |
clone, forPattern, getNodeType, 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, setRole, toStringpublic IdentifierExpression(int offset,
java.lang.String identifier)
public IdentifierExpression(int offset,
Identifier identifier)
public final java.lang.String getIdentifier()
public final void setIdentifier(java.lang.String value)
public final Identifier getIdentifierToken()
public final void setIdentifierToken(Identifier value)
public final AstNodeCollection<AstType> getTypeArguments()
public <T,R> R acceptVisitor(IAstVisitor<? super T,? extends R> visitor, T data)
acceptVisitor in class AstNode