Class PartialArgumentNode
java.lang.Object
com.twineworks.tweakflow.lang.ast.partial.PartialArgumentNode
- All Implemented Interfaces:
ArgumentNode,Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getName()getScope()booleanisNamed()booleanbooleanisSplat()setExpression(ExpressionNode expression) setSourceInfo(SourceInfo sourceInfo)
-
Constructor Details
-
PartialArgumentNode
public PartialArgumentNode()
-
-
Method Details
-
copy
- Specified by:
copyin interfaceArgumentNode- Specified by:
copyin interfaceNode
-
getName
-
setName
-
getSourceInfo
- Specified by:
getSourceInfoin interfaceNode
-
setSourceInfo
- Specified by:
setSourceInfoin interfaceNode
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
getScope
-
setScope
-
accept
- Specified by:
acceptin interfaceArgumentNode- Specified by:
acceptin interfaceNode
-
getExpression
- Specified by:
getExpressionin interfaceArgumentNode
-
isPositional
public boolean isPositional()- Specified by:
isPositionalin interfaceArgumentNode
-
isSplat
public boolean isSplat()- Specified by:
isSplatin interfaceArgumentNode
-
isNamed
public boolean isNamed()- Specified by:
isNamedin interfaceArgumentNode
-
setExpression
-