public class ASTPrimaryPrefix extends SimpleJavaTypeNode
beginColumn, beginLine, children, endColumn, endLine, id, parent, parser| Constructor and Description |
|---|
ASTPrimaryPrefix(int id) |
ASTPrimaryPrefix(JavaParser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(java.lang.String prefix) |
java.lang.String |
getLabel() |
java.lang.Object |
jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setUsesSuperModifier() |
void |
setUsesThisModifier() |
boolean |
usesSuperModifier() |
boolean |
usesThisModifier() |
getType, setTypechildrenAccept, jjtClose, jjtOpen, toStringappendElement, asXml, containsChildOfType, dumpChildren, findChildNodesWithXPath, findChildrenOfType, findChildrenOfType, findChildrenOfType, getBeginColumn, getBeginLine, getDataFlowNode, getEndColumn, getEndLine, getFirstChildOfType, getFirstParentOfType, getImage, getNthParent, getParentsOfType, getScope, hasImageEqualTo, jjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParent, setDataFlowNode, setImage, setScope, testingOnly__setBeginColumn, testingOnly__setBeginLine, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitjjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParentpublic ASTPrimaryPrefix(int id)
public ASTPrimaryPrefix(JavaParser p, int id)
public void setUsesThisModifier()
public boolean usesThisModifier()
public void setUsesSuperModifier()
public boolean usesSuperModifier()
public java.lang.String getLabel()
getLabel in class SimpleNodepublic void dump(java.lang.String prefix)
dump in class SimpleNodepublic java.lang.Object jjtAccept(JavaParserVisitor visitor, java.lang.Object data)
jjtAccept in interface JavaNodejjtAccept in class SimpleJavaNode