|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.cog.karajan.parser.ParseTree
| Constructor Summary | |
ParseTree(Stack stack)
|
|
| Method Summary | |
Object |
execute(EvaluationContext variables)
|
Stack |
getStack()
|
String |
getUnparsed()
|
boolean |
isConstant()
|
Object |
reduced()
|
void |
setUnparsed(String expr)
|
String |
toString()
|
String |
treeString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ParseTree(Stack stack)
| Method Detail |
public Object execute(EvaluationContext variables)
throws EvaluationException
EvaluationExceptionpublic String toString()
public void setUnparsed(String expr)
public String getUnparsed()
public boolean isConstant()
public Object reduced()
public String treeString()
public Stack getStack()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||