Uses of Interface
com.ibm.adt.ovf.ext.punit.ast.ISimpleName

Packages that use ISimpleName
com.ibm.adt.ovf.ext.punit.ast   
 

Uses of ISimpleName in com.ibm.adt.ovf.ext.punit.ast
 

Classes in com.ibm.adt.ovf.ext.punit.ast that implement ISimpleName
 class SimpleName0
           Rule 26: SimpleName ::= IDENTIFIER
 class SimpleName1
           Rule 27: SimpleName ::= SimpleName SPACE IDENTIFIER
 

Methods in com.ibm.adt.ovf.ext.punit.ast that return ISimpleName
 ISimpleName WhatsCounted.getSimpleName()
           
 ISimpleName SimpleName1.getSimpleName()
           
 ISimpleName CountedOrDecibelBaseUnit.getSimpleName()
           
 

Constructors in com.ibm.adt.ovf.ext.punit.ast with parameters of type ISimpleName
CountedOrDecibelBaseUnit(IToken leftIToken, IToken rightIToken, ISimpleName _SimpleName, OptionalSpace _OptionalSpace, OptionalSpace _OptionalSpace4, IWhatsCounted _WhatsCounted, OptionalSpace _OptionalSpace6)
           
SimpleName1(IToken leftIToken, IToken rightIToken, ISimpleName _SimpleName)
           
WhatsCounted(IToken leftIToken, IToken rightIToken, ISimpleName _SimpleName, OptionalSpace _OptionalSpace, Lpar _Lpar, IWhatsCounted _WhatsCounted, OptionalSpace _OptionalSpace5, Rpar _Rpar)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved