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