|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.ast.oil.xml.Definition
public class Definition
FIXME: should include type info
| Field Summary | |
|---|---|
int |
arity
|
Expression |
body
|
SourceLocation |
location
|
| Constructor Summary | |
|---|---|
Definition()
|
|
Definition(int arity,
Expression body,
SourceLocation location)
|
|
| 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
public SourceLocation location
| Constructor Detail |
|---|
public Definition()
public Definition(int arity,
Expression body,
SourceLocation location)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic Def unmarshal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||