org.codehaus.groovy.classgen.asm.sc
[Java] Class StaticInvocationWriter
java.lang.Object
org.codehaus.groovy.classgen.asm.InvocationWriter
org.codehaus.groovy.classgen.asm.sc.StaticInvocationWriter
public class StaticInvocationWriter
extends InvocationWriter
|
Fields inherited from class InvocationWriter
|
| invokeMethodOnCurrent, invokeMethodOnSuper, invokeMethod, invokeStaticMethod, invokeClosureMethod |
|
Method Summary |
MethodCallExpression
|
getCurrentCall()
|
protected static boolean
|
isPrivateBridgeMethodsCallAllowed(ClassNode receiver, ClassNode caller)
|
protected void
|
loadArguments(List argumentList, Parameter[] para)
|
void
|
makeCall(Expression origin, Expression receiver, Expression message, Expression arguments, MethodCallerMultiAdapter adapter, boolean safe, boolean spreadSafe, boolean implicitThis)
|
protected boolean
|
writeDirectMethodCall(MethodNode target, boolean implicitThis, Expression receiver, TupleExpression args)
|
void
|
writeInvokeConstructor(ConstructorCallExpression call)
|
void
|
writeInvokeMethod(MethodCallExpression call)
|
|
Methods inherited from class InvocationWriter
|
| makeArgumentList, writeInvokeMethod, writeInvokeStaticMethod, writeInvokeConstructor, makeSingleArgumentCall, makeCall, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
StaticInvocationWriter
public StaticInvocationWriter(WriterController wc)
-
getCurrentCall
public MethodCallExpression getCurrentCall()
-
isPrivateBridgeMethodsCallAllowed
protected static boolean isPrivateBridgeMethodsCallAllowed(ClassNode receiver, ClassNode caller)
-
loadArguments
protected void loadArguments(List argumentList, Parameter[] para)
-
makeCall
@OverrideObject implicitReceiver = origin.getNodeMetaData(StaticTypesMarker.IMPLICIT_RECEIVER);
public void makeCall(Expression origin, Expression receiver, Expression message, Expression arguments, MethodCallerMultiAdapter adapter, boolean safe, boolean spreadSafe, boolean implicitThis)
-
writeDirectMethodCall
@Override
protected boolean writeDirectMethodCall(MethodNode target, boolean implicitThis, Expression receiver, TupleExpression args)
-
writeInvokeConstructor
@Override
public void writeInvokeConstructor(ConstructorCallExpression call)
-
writeInvokeMethod
@Override
public void writeInvokeMethod(MethodCallExpression call)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.