|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oops.parser.GoalAdapter | +--tree.product
Goal class for the product rule.
Inner Class Summary | |
static class |
product.div
Inner class implements tree building for division |
static class |
product.mul
Inner class implements tree building for multiplication |
Fields inherited from class oops.parser.GoalAdapter |
result |
Constructor Summary | |
product()
|
Method Summary | |
void |
shift(oops.parser.Goal sender,
java.lang.Object node)
shift method stores the value of the subtree |
Methods inherited from class oops.parser.GoalAdapter |
reduce,
shift,
shift |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public product()
Method Detail |
public void shift(oops.parser.Goal sender, java.lang.Object node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |