public class StaticInvocationWriter extends InvocationWriter
| Fields inherited from class | Fields |
|---|---|
class InvocationWriter |
castToVargsArray, invokeClosureMethod, invokeMethod, invokeMethodOnCurrent, invokeMethodOnSuper, invokeStaticMethod |
| Constructor and description |
|---|
StaticInvocationWriter(WriterController wc) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public MethodCallExpression |
getCurrentCall() |
|
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 |
writeSpecialConstructorCall(ConstructorCallExpression call) |
| Methods inherited from class | Name |
|---|---|
class InvocationWriter |
castNonPrimitiveToBool, castToNonPrimitiveIfNecessary, coerce, makeArgumentList, makeCall, makeSingleArgumentCall, makeSingleArgumentCall, visitVariableExpression, writeInvokeConstructor, writeInvokeMethod, writeInvokeStaticMethod, writeSpecialConstructorCall |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.