com.ibm.adt.ovf.ext.punit.ast
Class Rpar

java.lang.Object
  extended by com.ibm.adt.ovf.ext.punit.ast.ASTNode
      extended by com.ibm.adt.ovf.ext.punit.ast.ASTNodeToken
          extended by com.ibm.adt.ovf.ext.punit.ast.Rpar
All Implemented Interfaces:
IASTNodeToken, IRpar

public class Rpar
extends ASTNodeToken
implements IRpar

  • Rule 30: Rpar ::= RIGHTPAREN


    Field Summary
     
    Fields inherited from class com.ibm.adt.ovf.ext.punit.ast.ASTNode
    leftIToken, parent, rightIToken
     
    Constructor Summary
    Rpar(IToken token)
               
     
    Method Summary
     void accept(ArgumentVisitor v, java.lang.Object o)
               
     java.lang.Object accept(ResultArgumentVisitor v, java.lang.Object o)
               
     java.lang.Object accept(ResultVisitor v)
               
     void accept(Visitor v)
               
     
    Methods inherited from class com.ibm.adt.ovf.ext.punit.ast.ASTNodeToken
    equals, getAllChildren, getIToken, hashCode, toString
     
    Methods inherited from class com.ibm.adt.ovf.ext.punit.ast.ASTNode
    acceptAll, getChildren, getFollowingAdjuncts, getLeftIToken, getNextAst, getParent, getPrecedingAdjuncts, getRightIToken, setParent
     
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
     
    Methods inherited from interface com.ibm.adt.ovf.ext.punit.ast.IASTNodeToken
    getLeftIToken, getRightIToken
     

    Constructor Detail

    Rpar

    public Rpar(IToken token)
    Method Detail

    accept

    public void accept(Visitor v)
    Specified by:
    accept in interface IASTNodeToken
    Overrides:
    accept in class ASTNodeToken

    accept

    public void accept(ArgumentVisitor v,
                       java.lang.Object o)
    Specified by:
    accept in interface IASTNodeToken
    Overrides:
    accept in class ASTNodeToken

    accept

    public java.lang.Object accept(ResultVisitor v)
    Specified by:
    accept in interface IASTNodeToken
    Overrides:
    accept in class ASTNodeToken

    accept

    public java.lang.Object accept(ResultArgumentVisitor v,
                                   java.lang.Object o)
    Specified by:
    accept in interface IASTNodeToken
    Overrides:
    accept in class ASTNodeToken


    © Copyright 2008 IBM Corp. 2008 All Rights Reserved