org.codehaus.groovy.classgen.asm.indy
Class InvokeDynamicWriter

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

public class InvokeDynamicWriter
extends InvocationWriter

Author:
Jochen "blackdrag" Theodorou

Constructor Summary
InvokeDynamicWriter(WriterController wc)
           
 
Method Summary
 
Methods inherited from class org.codehaus.groovy.classgen.asm.InvocationWriter
makeArgumentList, makeCall, makeSingleArgumentCall, writeInvokeConstructor, writeInvokeMethod, writeInvokeStaticMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokeDynamicWriter

public InvokeDynamicWriter(WriterController wc)

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