public class SimpleJavaTypeNode extends SimpleJavaNode implements TypeNode
SimpleJavaNode
,
TypeNode
beginColumn, beginLine, children, endColumn, endLine, id, parent, parser
Constructor and Description |
---|
SimpleJavaTypeNode(int i) |
SimpleJavaTypeNode(JavaParser p,
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.
|
childrenAccept, jjtAccept, 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 SimpleJavaTypeNode(int i)
public SimpleJavaTypeNode(JavaParser p, int i)
public java.lang.Class getType()
TypeNode