Uses of Interface
com.ibm.adt.ovf.ext.qualifier.ast.IConstList

Packages that use IConstList
com.ibm.adt.ovf.ext.qualifier.ast   
 

Uses of IConstList in com.ibm.adt.ovf.ext.qualifier.ast
 

Subinterfaces of IConstList in com.ibm.adt.ovf.ext.qualifier.ast
 interface IBooleanValue
          is always implemented by ASTNodeToken.
 interface ICharValue
          is always implemented by ASTNodeToken.
 interface IConstantValue
          is implemented by: RealValue CharValue NullValue IntegerValue0 IntegerValue1 IntegerValue2 IntegerValue3 StringValue0 StringValue1 BooleanValue0 BooleanValue1
 interface IIntegerValue
          is implemented by: IntegerValue0 IntegerValue1 IntegerValue2 IntegerValue3
 interface INullValue
          is always implemented by ASTNodeToken.
 interface IRealValue
          is implemented by RealValue
 interface IStringValue
          is implemented by: StringValue0 StringValue1
 

Classes in com.ibm.adt.ovf.ext.qualifier.ast that implement IConstList
 class BooleanValue0
           Rule 26: BooleanValue ::= TRUE
 class BooleanValue1
           Rule 27: BooleanValue ::= FALSE
 class CharValue
           Rule 23: CharValue ::= CHARVALUE
 class ConstList
           Rule 30: ConstList ::= ConstantValue
 class IntegerValue0
           Rule 18: IntegerValue ::= OptionalSign BINARYVALUE
 class IntegerValue1
           Rule 19: IntegerValue ::= OptionalSign OCTALVALUE
 class IntegerValue2
           Rule 20: IntegerValue ::= OptionalSign DECIMALVALUE
 class IntegerValue3
           Rule 21: IntegerValue ::= OptionalSign HEXVALUE
 class NullValue
           Rule 28: NullValue ::= NULL
 class RealValue
           Rule 22: RealValue ::= OptionalSign REALVALUE
 class StringValue0
           Rule 24: StringValue ::= STRINGFRAG
 class StringValue1
           Rule 25: StringValue ::= StringValue STRINGFRAG
 

Methods in com.ibm.adt.ovf.ext.qualifier.ast that return IConstList
 IConstList ConstList.getConstList()
           
 IConstList ArrayInitializer.getConstList()
           
 

Constructors in com.ibm.adt.ovf.ext.qualifier.ast with parameters of type IConstList
ArrayInitializer(IToken leftIToken, IToken rightIToken, IConstList _ConstList)
           
ConstList(IToken leftIToken, IToken rightIToken, IConstList _ConstList, IConstantValue _ConstantValue)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved