Package org.robovm.compiler
Class NativeMethodCompiler
java.lang.Object
org.robovm.compiler.AbstractMethodCompiler
org.robovm.compiler.NativeMethodCompiler
public class NativeMethodCompiler extends AbstractMethodCompiler
-
Field Summary
Fields inherited from class org.robovm.compiler.AbstractMethodCompiler
catches, className, clazz, config, sootClass, sootMethod, trampolines -
Constructor Summary
Constructors Constructor Description NativeMethodCompiler(Config config) -
Method Summary
Modifier and Type Method Description protected FunctiondoCompile(ModuleBuilder moduleBuilder, soot.SootMethod method)Methods inherited from class org.robovm.compiler.AbstractMethodCompiler
compile, createMethodFunction, getCatches, getTrampolines, reset
-
Constructor Details
-
NativeMethodCompiler
-
-
Method Details
-
doCompile
- Specified by:
doCompilein classAbstractMethodCompiler
-