|
Groovy 1.8.4 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 |
---|
public InvocationWriter(WriterController wc)
Method Detail |
---|
public void makeCall(Expression origin, Expression receiver, Expression message, Expression arguments, MethodCallerMultiAdapter adapter, boolean safe, boolean spreadSafe, boolean implicitThis)
public void writeInvokeConstructor(ConstructorCallExpression call)
public void writeInvokeMethod(MethodCallExpression call)
public void writeInvokeStaticMethod(StaticMethodCallExpression call)
Copyright © 2003-2011 The Codehaus. All rights reserved.