public abstract class CompiledFunctionBase extends Function
NO_CLASSES| Constructor and Description |
|---|
CompiledFunctionBase() |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getExceptionTypes() |
String |
getName()
Gets the Function name.
|
Class<?>[] |
getParameterTypes()
Gets the parameter types of this function.
|
Class<?> |
getReturnType()
Gets the return type of this Function.
|
void |
translate(Code dest)
Generate bytecode equivalent to invoke().
|
public Class<?> getReturnType()
FunctiongetReturnType in class Functionpublic Class<?>[] getParameterTypes()
FunctiongetParameterTypes in class Functionpublic Class<?>[] getExceptionTypes()
getExceptionTypes in class FunctionCopyright © 1998–2017 1&1. All rights reserved.