|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.ast.xml.expression.Expression
orc.ast.xml.expression.DeclareDefs
public class DeclareDefs
Field Summary | |
---|---|
Expression |
body
|
Def[] |
definitions
|
Constructor Summary | |
---|---|
DeclareDefs()
|
|
DeclareDefs(Def[] definitions,
Expression body)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Expression |
unmarshal(Config config)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Def[] definitions
public Expression body
Constructor Detail |
---|
public DeclareDefs()
public DeclareDefs(Def[] definitions, Expression body)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Expression unmarshal(Config config) throws CompilationException
unmarshal
in class Expression
CompilationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |