public class SimpleJavaAccessTypeNode extends AccessNode implements TypeNode
beginColumn, beginLine, children, endColumn, endLine, id, parent, parser| Constructor and Description |
|---|
SimpleJavaAccessTypeNode(int i) |
SimpleJavaAccessTypeNode(JavaParser parser,
int i) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getType()
Get the Java Class associated with this node.
|
void |
setType(java.lang.Class<?> type)
Set the Java Class associated with this node.
|
collectDumpedModifiers, getModifiers, isAbstract, isFinal, isNative, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, isStrictfp, isSynchronized, isTransient, isVolatile, setAbstract, setAbstract, setFinal, setFinal, setModifiers, setNative, setNative, setPrivate, setPrivate, setProtected, setProtected, setPublic, setPublic, setStatic, setStatic, setStrictfp, setStrictfp, setSynchronized, setSynchronized, setTransient, setTransient, setVolatile, setVolatilechildrenAccept, jjtAccept, jjtClose, jjtOpen, toStringappendElement, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitjjtAddChild, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtSetParentpublic SimpleJavaAccessTypeNode(int i)
public SimpleJavaAccessTypeNode(JavaParser parser, int i)
public java.lang.Class<?> getType()
TypeNode