xdc.services.spec
Class Expr

java.lang.Object
  extended by xdc.services.spec.Expr
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Expr.Array, Expr.Binary, Expr.Cond, Expr.Const, Expr.Creat, Expr.Hash, Expr.Paren, Expr.Term, Expr.Unary

public class Expr
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static interface Expr.Aggregate
           
static class Expr.Array
           
static class Expr.Binary
           
static class Expr.Cond
           
static class Expr.Const
           
static class Expr.Creat
           
static class Expr.Hash
           
static class Expr.Paren
           
static class Expr.Term
           
static class Expr.Unary
           
 
Constructor Summary
Expr()
           
 
Method Summary
 Expr.Term getTerm()
           
static java.lang.String toText(Expr e)
           
static java.lang.String toXml(Expr e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expr

public Expr()
Method Detail

getTerm

public Expr.Term getTerm()

toText

public static final java.lang.String toText(Expr e)

toXml

public static final java.lang.String toXml(Expr e)