Class PartialArguments
java.lang.Object
com.twineworks.tweakflow.lang.ast.partial.PartialArguments
- All Implemented Interfaces:
Node
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()getList()getMap()getScope()setList(List<PartialArgumentNode> list) setSourceInfo(SourceInfo sourceInfo)
-
Constructor Details
-
PartialArguments
public PartialArguments()
-
-
Method Details
-
copy
-
getList
-
getMap
-
setList
-
getSourceInfo
- Specified by:
getSourceInfoin interfaceNode
-
setSourceInfo
- Specified by:
setSourceInfoin interfaceNode
-
getChildren
- Specified by:
getChildrenin interfaceNode
-
getScope
-
setScope
-
accept
-