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

java.lang.Object
  extended by com.ibm.adt.ovf.ext.qualifier.ast.ASTNode
      extended by com.ibm.adt.ovf.ext.qualifier.ast.IntegerValue0
All Implemented Interfaces:
IConstantValue, IConstList, IIntegerValue

public class IntegerValue0
extends ASTNode
implements IIntegerValue

  • Rule 18: IntegerValue ::= OptionalSign BINARYVALUE


    Field Summary
     
    Fields inherited from class com.ibm.adt.ovf.ext.qualifier.ast.ASTNode
    leftIToken, parent, rightIToken
     
    Constructor Summary
    IntegerValue0(IToken leftIToken, IToken rightIToken, IOptionalSign _OptionalSign)
               
     
    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)
               
     boolean equals(java.lang.Object o)
               
     java.util.ArrayList getAllChildren()
              A list of all children of this node, including the null ones.
     IOptionalSign getOptionalSign()
              The value returned by getOptionalSign may be null
     int hashCode()
               
     
    Methods inherited from class com.ibm.adt.ovf.ext.qualifier.ast.ASTNode
    acceptAll, getChildren, getFollowingAdjuncts, getLeftIToken, getNextAst, getParent, getPrecedingAdjuncts, getRightIToken, setParent, toString
     
    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
     

    Constructor Detail

    IntegerValue0

    public IntegerValue0(IToken leftIToken,
                         IToken rightIToken,
                         IOptionalSign _OptionalSign)
    Method Detail

    getOptionalSign

    public IOptionalSign getOptionalSign()
    The value returned by getOptionalSign may be null


    getAllChildren

    public java.util.ArrayList getAllChildren()
    A list of all children of this node, including the null ones.

    Specified by:
    getAllChildren in class ASTNode

    equals

    public boolean equals(java.lang.Object o)
    Overrides:
    equals in class ASTNode

    hashCode

    public int hashCode()
    Overrides:
    hashCode in class ASTNode

    accept

    public void accept(Visitor v)
    Specified by:
    accept in interface IConstList
    Specified by:
    accept in class ASTNode

    accept

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

    accept

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

    accept

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


    © Copyright 2008 IBM Corp. 2008 All Rights Reserved