public class SuperMethodCallChain extends MethodCallChain
| Constructor and Description |
|---|
SuperMethodCallChain()
Creates the chain.
|
SuperMethodCallChain(java.lang.reflect.Method method)
Creates the chain with the method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
generateCall(JavaWriter out,
java.lang.String retVar,
java.lang.String var,
java.lang.String[] args)
Generates the code for the method call.
|
getMethod, getParameterTypes, getReturnTypegetExceptionTypespublic SuperMethodCallChain()
public SuperMethodCallChain(java.lang.reflect.Method method)
public void generateCall(JavaWriter out, java.lang.String retVar, java.lang.String var, java.lang.String[] args) throws java.io.IOException
generateCall in class MethodCallChainout - the writer to the output stream.retVar - the variable to hold the return valuevar - the object to be calledargs - the method argumentsjava.io.IOException