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

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.StringValue0
All Implemented Interfaces:
IASTNodeToken, IConstantValue, IConstList, IStringValue

public class StringValue0
extends ASTNodeToken
implements IStringValue

  • Rule 24: StringValue ::= STRINGFRAG


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

    StringValue0

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