|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.hillenbrand.jedi.parser.SimpleNode
de.hillenbrand.jedi.parser.ASTInitializer
public class ASTInitializer
| Field Summary | |
|---|---|
boolean |
isStatic
|
| Fields inherited from class de.hillenbrand.jedi.parser.SimpleNode |
|---|
children, first_token, id, last_token, parent, parser |
| Constructor Summary | |
|---|---|
ASTInitializer(int id)
|
|
ASTInitializer(JavaParser p,
int id)
|
|
| Method Summary | |
|---|---|
FileLocation |
getBlock()
|
java.lang.Object |
jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
Accept the visitor |
| Methods inherited from class de.hillenbrand.jedi.parser.SimpleNode |
|---|
childrenAccept, dump, getJavaDoc, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean isStatic
| Constructor Detail |
|---|
public ASTInitializer(int id)
public ASTInitializer(JavaParser p,
int id)
| Method Detail |
|---|
public FileLocation getBlock()
public java.lang.Object jjtAccept(JavaParserVisitor visitor,
java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||