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

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.OptionalWS1
All Implemented Interfaces:
IASTNodeToken, IOptionalWS

public class OptionalWS1
extends ASTNodeToken
implements IOptionalWS

  • Rule 37: OptionalWS ::= OTHERWS


    Field Summary
     
    Fields inherited from class com.ibm.adt.ovf.ext.punit.ast.ASTNode
    leftIToken, parent, rightIToken
     
    Constructor Summary
    OptionalWS1(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

    OptionalWS1

    public OptionalWS1(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