org.codehaus.groovy.classgen.asm
public class InvocationWriter extends Object
Constructor and Description |
---|
InvocationWriter(WriterController wc) |
Modifier and Type | Method and Description |
---|---|
void |
makeCall(Expression origin,
Expression receiver,
Expression message,
Expression arguments,
MethodCallerMultiAdapter adapter,
boolean safe,
boolean spreadSafe,
boolean implicitThis) |
void |
writeInvokeMethod(MethodCallExpression call) |
void |
writeInvokeStaticMethod(StaticMethodCallExpression call) |
public InvocationWriter(WriterController wc)
public void makeCall(Expression origin, Expression receiver, Expression message, Expression arguments, MethodCallerMultiAdapter adapter, boolean safe, boolean spreadSafe, boolean implicitThis)
public void writeInvokeMethod(MethodCallExpression call)
public void writeInvokeStaticMethod(StaticMethodCallExpression call)