|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.ast.SimpleNode
net.sourceforge.pmd.ast.ASTInitializer
Field Summary |
Fields inherited from class net.sourceforge.pmd.ast.SimpleNode |
children, id, parent, parser |
Constructor Summary | |
ASTInitializer(int id)
|
|
ASTInitializer(JavaParser p,
int id)
|
Method Summary | |
void |
dump(java.lang.String prefix)
|
boolean |
isStatic()
|
java.lang.Object |
jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
void |
setStatic()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ASTInitializer(int id)
public ASTInitializer(JavaParser p, int id)
Method Detail |
public java.lang.Object jjtAccept(JavaParserVisitor visitor, java.lang.Object data)
jjtAccept
in interface Node
jjtAccept
in class SimpleNode
public boolean isStatic()
public void setStatic()
public void dump(java.lang.String prefix)
dump
in class SimpleNode
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |