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