xdc.services.spec
Class Expr.Array

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

public static class Expr.Array
extends Expr
implements Expr.Aggregate

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> getElems()
           
 boolean isEmpty()
           
 
Methods inherited from class xdc.services.spec.Expr
getTerm, toText, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getElems

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

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Expr.Aggregate