xdc.services.spec
Class Expr.Binary

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

public static class Expr.Binary
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
 Expr getLeft()
           
 java.lang.String getOp()
           
 Expr getRight()
           
 
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

getLeft

public final Expr getLeft()

getOp

public final java.lang.String getOp()

getRight

public final Expr getRight()