|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdc.services.spec.Expr
public class Expr
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 |
---|
public Expr()
Method Detail |
---|
public Expr.Term getTerm()
public static final java.lang.String toText(Expr e)
public static final java.lang.String toXml(Expr e)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |