xdc.services.spec
Class Expr.Creat

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

public static class Expr.Creat
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
 java.util.List<Expr> getArgs()
           
 Expr.Term getMod()
           
 Expr.Term getTerm()
           
 
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

getArgs

public final java.util.List<Expr> getArgs()

getMod

public final Expr.Term getMod()

getTerm

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