Package org.robovm.compiler
Class MethodCompiler
java.lang.Object
org.robovm.compiler.AbstractMethodCompiler
org.robovm.compiler.MethodCompiler
public class MethodCompiler extends AbstractMethodCompiler
- Version:
- $Id$
-
Field Summary
Fields inherited from class org.robovm.compiler.AbstractMethodCompiler
catches, className, clazz, config, sootClass, sootMethod, trampolines -
Constructor Summary
Constructors Constructor Description MethodCompiler(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
-
MethodCompiler
-
-
Method Details
-
doCompile
- Specified by:
doCompilein classAbstractMethodCompiler
-