xdc.services.spec
Class Expr.Term

java.lang.Object
  extended by xdc.services.spec.Expr
      extended by xdc.services.spec.Expr.Term
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Expr

public static class Expr.Term
extends Expr

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class xdc.services.spec.Expr
Expr.Aggregate, Expr.Array, Expr.Binary, Expr.Cond, Expr.Const, Expr.Creat, Expr.Hash, Expr.Paren, Expr.Term, Expr.Unary
 
Method Summary
 Ref getRef()
           
 Expr.Term getTerm()
           
 Expr getVal()
           
 
Methods inherited from class xdc.services.spec.Expr
toText, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRef

public final Ref getRef()

getTerm

public Expr.Term getTerm()
Overrides:
getTerm in class Expr

getVal

public final Expr getVal()