org.codehaus.groovy.classgen.asm
Class InvocationWriter

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

public class InvocationWriter
extends java.lang.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 writeInvokeMethod(MethodCallExpression call)
           
 void writeInvokeStaticMethod(StaticMethodCallExpression call)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

writeInvokeMethod

public void writeInvokeMethod(MethodCallExpression call)

writeInvokeStaticMethod

public void writeInvokeStaticMethod(StaticMethodCallExpression call)

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