Class ValueAndTypeEqualsNode
java.lang.Object
com.twineworks.tweakflow.lang.ast.expressions.AExpressionNode
com.twineworks.tweakflow.lang.ast.expressions.ValueAndTypeEqualsNode
- All Implemented Interfaces:
ExpressionNode,ForHeadElementNode,Node
-
Field Summary
Fields inherited from class com.twineworks.tweakflow.lang.ast.expressions.AExpressionNode
expressionOp, scope, sourceInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getScope()setLeftExpression(ExpressionNode leftExpression) setRightExpression(ExpressionNode rightExpression) Methods inherited from class com.twineworks.tweakflow.lang.ast.expressions.AExpressionNode
getOp, getSourceInfo, setOp, setSourceInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.twineworks.tweakflow.lang.ast.expressions.ExpressionNode
getOp, setOp, setSourceInfoMethods inherited from interface com.twineworks.tweakflow.lang.ast.Node
getSourceInfo
-
Constructor Details
-
ValueAndTypeEqualsNode
public ValueAndTypeEqualsNode()
-
-
Method Details
-
copy
- Specified by:
copyin interfaceExpressionNode- Specified by:
copyin interfaceNode
-
getLeftExpression
-
setLeftExpression
-
getRightExpression
-
setRightExpression
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
getScope
- Specified by:
getScopein interfaceNode- Overrides:
getScopein classAExpressionNode
-
setScope
- Specified by:
setScopein interfaceNode- Overrides:
setScopein classAExpressionNode
-
accept
- Specified by:
acceptin interfaceExpressionNode- Specified by:
acceptin interfaceNode
-
getValueType
- Specified by:
getValueTypein interfaceExpressionNode
-
getExpressionType
- Specified by:
getExpressionTypein interfaceExpressionNode
-