Class MatchLineNode
java.lang.Object
com.twineworks.tweakflow.lang.ast.structure.match.MatchLineNode
- All Implemented Interfaces:
Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getGuard()getScope()setExpression(ExpressionNode expression) setGuard(ExpressionNode guard) setPattern(MatchPatternNode pattern) setSourceInfo(SourceInfo sourceInfo)
-
Constructor Details
-
MatchLineNode
public MatchLineNode()
-
-
Method Details
-
copy
-
getSourceInfo
- Specified by:
getSourceInfoin interfaceNode
-
setSourceInfo
- Specified by:
setSourceInfoin interfaceNode
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
getScope
-
setScope
-
accept
-
getPattern
-
setPattern
-
getGuard
-
setGuard
-
getExpression
-
setExpression
-