cppast
Class AstParameterTypeQualifier

java.lang.Object
  extended by cppast.SimpleNode
      extended by cppast.AstParameterTypeQualifier
All Implemented Interfaces:
Node

public class AstParameterTypeQualifier
extends SimpleNode


Constructor Summary
AstParameterTypeQualifier(int id)
           
AstParameterTypeQualifier(Parser p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(ParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class cppast.SimpleNode
accept, closeScope, getFirstToken, getLastToken, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, openScope, resolve, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AstParameterTypeQualifier

public AstParameterTypeQualifier(int id)

AstParameterTypeQualifier

public AstParameterTypeQualifier(Parser p,
                                 int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(ParserVisitor visitor,
                                  java.lang.Object data)
Accept the visitor.



Copyright © 2006-2007 null. All Rights Reserved.