Groovy 1.8.4

org.codehaus.groovy.classgen.asm
[Java] Class InvocationWriter

java.lang.Object
  org.codehaus.groovy.classgen.asm.InvocationWriter

public class InvocationWriter
extends Object

Constructor Summary
InvocationWriter(WriterController wc)

 
Method Summary
void makeCall(Expression origin, Expression receiver, Expression message, Expression arguments, MethodCallerMultiAdapter adapter, boolean safe, boolean spreadSafe, boolean implicitThis)

void writeInvokeConstructor(ConstructorCallExpression call)

void writeInvokeMethod(MethodCallExpression call)

void writeInvokeStaticMethod(StaticMethodCallExpression call)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

InvocationWriter

public InvocationWriter(WriterController wc)


 
Method Detail

makeCall

public void makeCall(Expression origin, Expression receiver, Expression message, Expression arguments, MethodCallerMultiAdapter adapter, boolean safe, boolean spreadSafe, boolean implicitThis)


writeInvokeConstructor

public void writeInvokeConstructor(ConstructorCallExpression call)


writeInvokeMethod

public void writeInvokeMethod(MethodCallExpression call)


writeInvokeStaticMethod

public void writeInvokeStaticMethod(StaticMethodCallExpression call)


 

Copyright © 2003-2011 The Codehaus. All rights reserved.