public class CallContextCache
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
CallContext |
getCallContext(Type returnType,
Type[] parameterTypes,
CallingConvention convention) |
static CallContextCache |
getInstance()
Gets the global instance of the CallContextCache
|
public static final CallContextCache getInstance()
public final CallContext getCallContext(Type returnType, Type[] parameterTypes, CallingConvention convention)