|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.neu.ccs.parser.AbstractParser.ObjectOperationPair
Pair class used by a
to store a value and an associated operation.Parser
| Field Summary | |
AbstractParser.Operation |
operation
The operation component of the pair. |
Object |
value
The object component of the pair. |
| Constructor Summary | |
AbstractParser.ObjectOperationPair(Object v,
AbstractParser.Operation o)
Constructs a pair with the given value and operation. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public Object value
public AbstractParser.Operation operation
| Constructor Detail |
public AbstractParser.ObjectOperationPair(Object v,
AbstractParser.Operation o)
v - the value componento - the operation component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||