Package org.robovm.compiler
Class StructMemberMethodCompiler
java.lang.Object
org.robovm.compiler.AbstractMethodCompiler
org.robovm.compiler.BroMethodCompiler
org.robovm.compiler.StructMemberMethodCompiler
public class StructMemberMethodCompiler extends BroMethodCompiler
- Author:
- niklas
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.compiler.BroMethodCompiler
BroMethodCompiler.MarshaledArg -
Field Summary
Fields Modifier and Type Field Description static StringSTRUCT_ATTRIBUTES_METHODFields inherited from class org.robovm.compiler.AbstractMethodCompiler
catches, className, clazz, config, sootClass, sootMethod, trampolines -
Constructor Summary
Constructors Constructor Description StructMemberMethodCompiler(Config config) -
Method Summary
Modifier and Type Method Description protected FunctiondoCompile(ModuleBuilder moduleBuilder, soot.SootMethod method)voidreset(Clazz clazz)Methods inherited from class org.robovm.compiler.BroMethodCompiler
createFakeStructRetMethod, createStackCopy, getBridgeFunctionType, getCallbackFunctionType, getCWrapperFunctions, getHiType, getLoType, getStructMemberOffsets, getStructMemberType, getStructType, getStructType, ldcClass, loadValueForGetter, marshalArrayToNative, marshalDoubleToMachineSizedFloat, marshalFloatToMachineSizedFloat, marshalLongToMachineSizedInt, marshalLongToPointer, marshalMachineSizedFloatToDouble, marshalMachineSizedFloatToFloat, marshalMachineSizedSIntToLong, marshalMachineSizedUIntToLong, marshalNativeToArray, marshalNativeToObject, marshalNativeToPrimitive, marshalNativeToPrimitive, marshalNativeToValueObject, marshalObjectToNative, marshalPointerToLong, marshalPrimitiveToNative, marshalPrimitiveToNative, marshalValueObjectToNative, requiresCWrapper, storeValueForSetterMethods inherited from class org.robovm.compiler.AbstractMethodCompiler
compile, createMethodFunction, getCatches, getTrampolines
-
Field Details
-
STRUCT_ATTRIBUTES_METHOD
- See Also:
- Constant Field Values
-
-
Constructor Details
-
StructMemberMethodCompiler
-
-
Method Details
-
reset
- Overrides:
resetin classBroMethodCompiler
-
doCompile
- Specified by:
doCompilein classAbstractMethodCompiler
-