|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.java.gen.CallChain
public class CallChain
Generates code for a method call.
| Constructor Summary | |
|---|---|
CallChain()
|
|
| Method Summary | |
|---|---|
void |
generateCall(JavaWriter out,
java.lang.String retVar,
java.lang.String var,
java.lang.String[] args)
Generates the code for the method call. |
java.lang.Class[] |
getExceptionTypes()
Returns the method's exception types. |
java.lang.Class[] |
getParameterTypes()
Returns the method's parameter types. |
java.lang.Class |
getReturnType()
Returns the method's return type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallChain()
| Method Detail |
|---|
public java.lang.Class[] getParameterTypes()
public java.lang.Class getReturnType()
public java.lang.Class[] getExceptionTypes()
public void generateCall(JavaWriter out,
java.lang.String retVar,
java.lang.String var,
java.lang.String[] args)
throws java.io.IOException
out - the writer to the output stream.retVar - the variable to hold the return valuevar - the object to be calledargs - the method arguments
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||