ponderToolkit.analyzer.priorities.dse
Class DomainScopeExpr

java.lang.Object
  |
  +--ponderToolkit.analyzer.priorities.dse.DomainScopeExpr
All Implemented Interfaces:
DomainScopeExprI, java.io.Serializable
Direct Known Subclasses:
CompositeDse, SingleAtDse, SingleDse, SingleStarDse

public abstract class DomainScopeExpr
extends java.lang.Object
implements DomainScopeExprI, java.io.Serializable

See Also:
Serialized Form

Fields inherited from interface ponderToolkit.compiler.codeGen.interfaces.dse.DomainScopeExprI
COMPOSITE_DSE, PARAMETER_IDENT_DSE, SINGLE_AT_DSE, SINGLE_DSE, SINGLE_STAR_DSE
 
Constructor Summary
DomainScopeExpr(int type, java.lang.String dse)
           
 
Method Summary
 java.lang.String getString()
          Return a String representation of the Domain Scope Expression
 int getType()
          Return the type of the Domain Scope Expression
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainScopeExpr

public DomainScopeExpr(int type,
                       java.lang.String dse)
Method Detail

getType

public int getType()
Description copied from interface: DomainScopeExprI
Return the type of the Domain Scope Expression
Specified by:
getType in interface DomainScopeExprI

getString

public java.lang.String getString()
Description copied from interface: DomainScopeExprI
Return a String representation of the Domain Scope Expression
Specified by:
getString in interface DomainScopeExprI

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object