|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orc.ast.xml.expression.Expression orc.ast.xml.expression.Call
public class Call
Field Summary | |
---|---|
Argument[] |
arguments
|
Argument |
callee
|
Type[] |
typeArgs
|
Constructor Summary | |
---|---|
Call()
|
|
Call(Argument callee,
Argument[] arguments,
Type[] typeArgs)
|
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 Argument callee
public Argument[] arguments
public Type[] typeArgs
Constructor Detail |
---|
public Call()
public Call(Argument callee, Argument[] arguments, Type[] typeArgs)
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 |