com.ibm.adt.ovf.ext.qualifier.ast
Class CharValue

java.lang.Object
  extended by com.ibm.adt.ovf.ext.qualifier.ast.ASTNode
      extended by com.ibm.adt.ovf.ext.qualifier.ast.ASTNodeToken
          extended by com.ibm.adt.ovf.ext.qualifier.ast.CharValue
All Implemented Interfaces:
IASTNodeToken, ICharValue, IConstantValue, IConstList

public class CharValue
extends ASTNodeToken
implements ICharValue

  • Rule 23: CharValue ::= CHARVALUE


    Field Summary
     
    Fields inherited from class com.ibm.adt.ovf.ext.qualifier.ast.ASTNode
    leftIToken, parent, rightIToken
     
    Constructor Summary
    CharValue(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.qualifier.ast.ASTNodeToken
    equals, getAllChildren, getIToken, hashCode, toString
     
    Methods inherited from class com.ibm.adt.ovf.ext.qualifier.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.qualifier.ast.IConstList
    getLeftIToken, getRightIToken
     
    Methods inherited from interface com.ibm.adt.ovf.ext.qualifier.ast.IASTNodeToken
    getLeftIToken, getRightIToken
     

    Constructor Detail

    CharValue

    public CharValue(IToken token)
    Method Detail

    accept

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

    accept

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

    accept

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

    accept

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


    © Copyright 2008 IBM Corp. 2008 All Rights Reserved