|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.voytechs.jnetstream.npl.Node
com.voytechs.jnetstream.npl.OpNode
com.voytechs.jnetstream.npl.ModOpNode
public class ModOpNode
| Field Summary |
|---|
| Fields inherited from class com.voytechs.jnetstream.npl.OpNode |
|---|
BINARY, cardinality, FLAG_NO_OP, flags, HIGH, left, LOW, MEDIUM, NORMAL, op, presedence, right, UNARY |
| Fields inherited from class com.voytechs.jnetstream.npl.Node |
|---|
parent, token |
| Constructor Summary | |
|---|---|
ModOpNode()
|
|
ModOpNode(LongNode right,
LongNode left)
|
|
| Method Summary | |
|---|---|
OpNode |
createOpNode(Node left,
Node right)
Creates a new instace of this node type. |
boolean |
getBoolean()
|
int |
getInt()
|
long |
getLong()
|
static void |
main(java.lang.String[] args)
Test function for ModOpNode |
| Methods inherited from class com.voytechs.jnetstream.npl.OpNode |
|---|
canOptimize, clone, createOpNode, createOpNode, equals, getCardinality, getFlags, getLeft, getOpString, getPresedence, getRight, optimize, set, setFlag, setLeft, setRight, toString, visit |
| Methods inherited from class com.voytechs.jnetstream.npl.Node |
|---|
getParent, getToken, setParent, setToken |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModOpNode(LongNode right,
LongNode left)
-
public ModOpNode()
| Method Detail |
|---|
public int getInt()
getInt in interface IntNodepublic long getLong()
getLong in interface LongNodepublic boolean getBoolean()
getBoolean in interface BooleanNode
public OpNode createOpNode(Node left,
Node right)
createOpNode in class OpNodepublic static void main(java.lang.String[] args)
args - command line arguments
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||