jtb.cparser.syntaxtree
Class DirectAbstractDeclarator

Object
  extended by DirectAbstractDeclarator
All Implemented Interfaces:
Serializable, Node

public class DirectAbstractDeclarator
extends Object
implements Node

Grammar production: f0 -> ( "(" AbstractDeclarator() ")" | "[" [ ConstantExpression() ] "]" | "(" [ ParameterTypeList() ] ")" ) f1 -> ( "[" [ ConstantExpression() ] "]" | "(" [ ParameterTypeList() ] ")" )*

See Also:
Serialized Form

Field Summary
 NodeChoice f0
           
 NodeListOptional f1
           
 
Constructor Summary
DirectAbstractDeclarator(NodeChoice n0, NodeListOptional n1)
           
 
Method Summary
 void accept(Visitor v)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f0

public NodeChoice f0

f1

public NodeListOptional f1
Constructor Detail

DirectAbstractDeclarator

public DirectAbstractDeclarator(NodeChoice n0,
                                NodeListOptional n1)
Method Detail

accept

public void accept(Visitor v)
Specified by:
accept in interface Node