-
Methods in org.robovm.compiler with parameters of type MarshalerLookup.MarshalerMethod
| Modifier and Type |
Method |
Description |
protected void |
BroMethodCompiler.marshalArrayToNative(Function fn,
MarshalerLookup.MarshalerMethod marshalerMethod,
Value env,
Value object,
Value destPtr,
long flags,
int[] dimensions) |
|
protected Value |
BroMethodCompiler.marshalNativeToArray(Function fn,
MarshalerLookup.MarshalerMethod marshalerMethod,
Value env,
String arrayClassName,
Value nativeValue,
long flags,
int[] dimensions) |
|
protected Value |
BroMethodCompiler.marshalNativeToObject(Function fn,
MarshalerLookup.MarshalerMethod marshalerMethod,
BroMethodCompiler.MarshaledArg marshaledArg,
Value env,
String valueClassName,
Value nativeValue,
long flags) |
|
protected Value |
BroMethodCompiler.marshalNativeToValueObject(Function fn,
MarshalerLookup.MarshalerMethod marshalerMethod,
Value env,
String valueClassName,
Value nativeValue,
long flags) |
|
protected Value |
BroMethodCompiler.marshalObjectToNative(Function fn,
MarshalerLookup.MarshalerMethod marshalerMethod,
BroMethodCompiler.MarshaledArg marshaledArg,
Type nativeType,
Value env,
Value object,
long flags) |
|
protected Value |
BroMethodCompiler.marshalValueObjectToNative(Function fn,
MarshalerLookup.MarshalerMethod marshalerMethod,
Type nativeType,
Value env,
Value object,
long flags) |
|