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