Interface ArgumentNode
- All Superinterfaces:
Node
- All Known Implementing Classes:
NamedArgumentNode,PartialArgumentNode,PositionalArgumentNode,SplatArgumentNode
-
Method Summary
Methods inherited from interface com.twineworks.tweakflow.lang.ast.Node
getChildren, getScope, getSourceInfo, setScope, setSourceInfo
-
Method Details
-
accept
-
copy
ArgumentNode copy() -
getExpression
ExpressionNode getExpression() -
isPositional
boolean isPositional() -
isSplat
boolean isSplat() -
isNamed
boolean isNamed()
-