public class ASTVariableDeclaratorId extends SimpleJavaTypeNode
beginColumn, beginLine, children, endColumn, endLine, id, parent, parser
Constructor and Description |
---|
ASTVariableDeclaratorId(int id) |
ASTVariableDeclaratorId(JavaParser p,
int id) |
Modifier and Type | Method and Description |
---|---|
void |
bumpArrayDepth() |
int |
getArrayDepth() |
VariableNameDeclaration |
getNameDeclaration() |
SimpleNode |
getTypeNameNode() |
ASTType |
getTypeNode() |
java.util.List<NameOccurrence> |
getUsages() |
boolean |
isArray() |
boolean |
isExceptionBlockParameter() |
java.lang.Object |
jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setNameDeclaration(VariableNameDeclaration decl) |
getType, setType
childrenAccept, jjtClose, jjtOpen, toString
appendElement, asXml, containsChildOfType, dump, dumpChildren, findChildNodesWithXPath, findChildrenOfType, findChildrenOfType, findChildrenOfType, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstParentOfType, getImage, getLabel, getNthParent, getParentsOfType, getScope, hasImageEqualTo, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParent, setDataFlowNode, setImage, setScope, testingOnly__setBeginColumn, testingOnly__setBeginLine, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParent
public ASTVariableDeclaratorId(int id)
public ASTVariableDeclaratorId(JavaParser p, int id)
public java.lang.Object jjtAccept(JavaParserVisitor visitor, java.lang.Object data)
jjtAccept
in interface JavaNode
jjtAccept
in class SimpleJavaNode
public VariableNameDeclaration getNameDeclaration()
public void setNameDeclaration(VariableNameDeclaration decl)
public java.util.List<NameOccurrence> getUsages()
public void bumpArrayDepth()
public int getArrayDepth()
public boolean isArray()
public boolean isExceptionBlockParameter()
public SimpleNode getTypeNameNode()
public ASTType getTypeNode()