|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsynoptic.parser.SimpleNode
jsynoptic.parser.NodeForUnaryOperator
public class NodeForUnaryOperator
| Field Summary | |
|---|---|
java.lang.String |
operator
|
| Fields inherited from class jsynoptic.parser.SimpleNode |
|---|
children, id, parent, parser |
| Constructor Summary | |
|---|---|
NodeForUnaryOperator(ExpressionParser p,
int id)
|
|
NodeForUnaryOperator(int id)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class jsynoptic.parser.SimpleNode |
|---|
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String operator
| Constructor Detail |
|---|
public NodeForUnaryOperator(int id)
public NodeForUnaryOperator(ExpressionParser p,
int id)
| Method Detail |
|---|
public java.lang.String toString()
toString in class SimpleNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||