Class Operator
java.lang.Object
com.mayam.wf.attributes.shared.expr.SimpleNode
com.mayam.wf.attributes.shared.expr.Operator
- All Implemented Interfaces:
Node
,Serializable
- See Also:
-
Field Summary
Fields inherited from class com.mayam.wf.attributes.shared.expr.SimpleNode
children, firstToken, id, lastToken, parent, parser, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjjtAccept
(ExpressionVisitor visitor, Object data) Accept the visitor.Methods inherited from class com.mayam.wf.attributes.shared.expr.SimpleNode
childrenAccept, dump, dumpString, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
-
Constructor Details
-
Operator
public Operator(int id)
-
-
Method Details