Constructor and Description |
---|
FunctionCall(Function fn,
List<Type<?>> parameterTypes,
Object... args) |
FunctionCall(Function fn,
Object... args) |
FunctionCall(FunctionOverride override,
Object... args) |
Modifier and Type | Method and Description |
---|---|
<T> T |
call()
Calls referenced function with provided arguments.
|
Object[] |
getArgs()
Returns call arguments of this function call.
|
Function |
getFunction()
Returns underlying function.
|
String |
getName()
Returns name of underlying function.
|
FunctionOverride |
getOverride()
Returns override that will be invoked in
call() method. |
Type<?> |
getReturnType()
Returns type of result of
call() method. |
String |
toString() |
public FunctionCall(FunctionOverride override, Object... args)
public String getName()
public Function getFunction()
public FunctionOverride getOverride()
call()
method.public Type<?> getReturnType()
call()
method.public Object[] getArgs()
public <T> T call()
Copyright © 2019 Suncode. All rights reserved.