Package org.robovm.compiler.plugin.objc
Class ObjCMemberPlugin.MethodCompiler
java.lang.Object
org.robovm.compiler.AbstractMethodCompiler
org.robovm.compiler.plugin.objc.ObjCMemberPlugin.MethodCompiler
- Enclosing class:
- ObjCMemberPlugin
public static class ObjCMemberPlugin.MethodCompiler extends AbstractMethodCompiler
-
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)booleanwillCompile(soot.SootMethod method)Methods inherited from class org.robovm.compiler.AbstractMethodCompiler
compile, createMethodFunction, getCatches, getTrampolines, reset
-
Constructor Details
-
MethodCompiler
-
-
Method Details
-
willCompile
public boolean willCompile(soot.SootMethod method) -
doCompile
- Specified by:
doCompilein classAbstractMethodCompiler
-