|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.orchard.oil.Definition
public class Definition
Field Summary | |
---|---|
int |
arity
|
Expression |
body
|
Constructor Summary | |
---|---|
Definition()
|
|
Definition(int arity,
Expression body)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Def |
unmarshal()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int arity
public Expression body
Constructor Detail |
---|
public Definition()
public Definition(int arity, Expression body)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Def unmarshal() throws InvalidOilException
InvalidOilException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |