Class BooleanNode
java.lang.Object
com.twineworks.tweakflow.lang.ast.expressions.AExpressionNode
com.twineworks.tweakflow.lang.ast.expressions.BooleanNode
- 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()setBoolVal(Boolean boolVal) setSourceInfo(SourceInfo sourceInfo) Methods inherited from class com.twineworks.tweakflow.lang.ast.expressions.AExpressionNode
getOp, getScope, setOp, setScopeMethods 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
-
Constructor Details
-
BooleanNode
-
-
Method Details
-
copy
- Specified by:
copyin interfaceExpressionNode- Specified by:
copyin interfaceNode
-
getSourceInfo
- Specified by:
getSourceInfoin interfaceNode- Overrides:
getSourceInfoin classAExpressionNode
-
setSourceInfo
- Specified by:
setSourceInfoin interfaceExpressionNode- Specified by:
setSourceInfoin interfaceNode- Overrides:
setSourceInfoin classAExpressionNode
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
accept
- Specified by:
acceptin interfaceExpressionNode- Specified by:
acceptin interfaceNode
-
getValueType
- Specified by:
getValueTypein interfaceExpressionNode
-
getExpressionType
- Specified by:
getExpressionTypein interfaceExpressionNode
-
getBoolVal
-
setBoolVal
-