|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oops.parser.GoalAdapter | +--tree.sum
Goal class for the sum rule.
Field Summary | |
protected build |
op
A tree.build object |
Fields inherited from class oops.parser.GoalAdapter |
result |
Constructor Summary | |
sum()
|
Method Summary | |
void |
shift(oops.parser.Goal sender,
java.lang.Object node)
shift method stores the value of the subtree |
void |
shift(oops.parser.Lit lit,
java.lang.Object node)
shift method stores the value of the actually recognized Lit |
Methods inherited from class oops.parser.GoalAdapter |
reduce,
shift |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected build op
Constructor Detail |
public sum()
Method Detail |
public void shift(oops.parser.Goal sender, java.lang.Object node)
public void shift(oops.parser.Lit lit, java.lang.Object node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |