Class PropertyIdentifierReference
java.lang.Object
com.mayam.wf.attributes.shared.expr.SimpleNode
com.mayam.wf.attributes.shared.expr.PropertyIdentifierReference
- 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
ConstructorDescriptionPropertyIdentifierReference
(int id) PropertyIdentifierReference
(Expression p, int id) -
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
-
PropertyIdentifierReference
public PropertyIdentifierReference(int id)
-
-
Method Details