|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcager.jexpr.ast.AST
cager.jexpr.ast.TypedAST
| Field Summary | |
protected org.apache.bcel.generic.Type |
type
|
| Constructor Summary | |
TypedAST()
|
|
TypedAST(AST parent)
|
|
| Method Summary | |
void |
dump(int level)
Dump this node and all children to System.out. |
org.apache.bcel.generic.Type |
getType()
|
void |
setType(org.apache.bcel.generic.Type type)
|
| Methods inherited from class cager.jexpr.ast.AST |
dumpChildren, dumpPrefix, getChildren, getParent, setParent, visit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected org.apache.bcel.generic.Type type
| Constructor Detail |
public TypedAST(AST parent)
public TypedAST()
| Method Detail |
public void setType(org.apache.bcel.generic.Type type)
public org.apache.bcel.generic.Type getType()
public void dump(int level)
AST
dump in class AST
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||