|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--numbers.NodeValue
This is a unique identifier for the different types of Tree Node. These distinguish addition from rounding. There are no public constructors, so it can be guaranteed that each instantiation is unique and that a NodeValue with value="get" is always equal to another. The == operator can be used. TreeNodes with these different values should expect different parameters
TreeNode| Field Summary | |
static NodeValue |
ADDEDTO
TreeNodes of this type take one parameter that can be found in the TreeNode.getLeft(). |
static NodeValue |
GET
TreeNodes of this type take one parameter that can be found in the TreeNode.getLeft(). |
static NodeValue |
MODNOUN
TreeNodes of this type take one parameter that can be found in the TreeNode.getLeft(). |
static NodeValue |
PUT
This has not been implemented. |
static NodeValue |
ROUNDEDTOTHEFOLLOWINGDECIMALPLACE
TreeNodes of this type take two parameters that. |
private java.lang.String |
value
|
static NodeValue |
VALUE
TreeNodes of this type take no parameters. |
static NodeValue |
VARIABLE
TreeNodes of this type take no parameters. |
| Constructor Summary | |
private |
NodeValue(java.lang.String s)
This is the private constructor. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final NodeValue GET
public static final NodeValue ROUNDEDTOTHEFOLLOWINGDECIMALPLACE
public static final NodeValue VALUE
public static final NodeValue VARIABLE
public static final NodeValue PUT
public static final NodeValue ADDEDTO
MutatingNumberCommunicationpublic static final NodeValue MODNOUN
private java.lang.String value
| Constructor Detail |
private NodeValue(java.lang.String s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||