Package jtb.cparser.syntaxtree
Class ArgumentExpressionList
- Object
-
- ArgumentExpressionList
-
- All Implemented Interfaces:
Serializable
,Node
public class ArgumentExpressionList extends Object implements Node
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description AssignmentExpression
f0
NodeListOptional
f1
-
Constructor Summary
Constructors Constructor Description ArgumentExpressionList(AssignmentExpression n0, NodeListOptional n1)
-
-
-
Field Detail
-
f0
public AssignmentExpression f0
-
f1
public NodeListOptional f1
-
-
Constructor Detail
-
ArgumentExpressionList
public ArgumentExpressionList(AssignmentExpression n0, NodeListOptional n1)
-
-