Uses of Class
org.robovm.compiler.trampoline.Trampoline
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.trampoline |
-
Uses of Trampoline in org.robovm.compiler
Fields in org.robovm.compiler with type parameters of type Trampoline Modifier and Type Field Description protected Set<Trampoline>AbstractMethodCompiler. trampolinesMethods in org.robovm.compiler that return types with arguments of type Trampoline Modifier and Type Method Description Set<Trampoline>AbstractMethodCompiler. getTrampolines()Methods in org.robovm.compiler with parameters of type Trampoline Modifier and Type Method Description voidTrampolineCompiler. compile(ModuleBuilder mb, Clazz currentClass, Trampoline t, Set<String> dependencies, Set<org.apache.commons.lang3.tuple.Triple<String,String,String>> methodDependencies)static StringSymbols. trampolineFieldSymbol(Trampoline t, String caller, String owner, String name, String desc)static StringSymbols. trampolineFieldSymbol(Trampoline t, String caller, String owner, String name, String desc, String runtimeClass)static StringSymbols. trampolineMethodSymbol(Trampoline t, String caller, String owner, String name, String desc)static StringSymbols. trampolineMethodSymbol(Trampoline t, String caller, String owner, String name, String desc, String runtimeClass)static StringSymbols. trampolineSymbol(Trampoline t, String caller, String targetClass)Constructors in org.robovm.compiler with parameters of type Trampoline Constructor Description FunctionBuilder(Trampoline t) -
Uses of Trampoline in org.robovm.compiler.trampoline
Subclasses of Trampoline in org.robovm.compiler.trampoline Modifier and Type Class Description classAnewarrayclassBridgeCallclassCheckcastclassFieldAccessorclassGetFieldclassGetStaticclassInstanceofclassInvokeclassInvokeinterfaceclassInvokespecialclassInvokestaticclassInvokevirtualclassLdcClassclassMultianewarrayclassNewclassPutFieldclassPutStaticMethods in org.robovm.compiler.trampoline with parameters of type Trampoline Modifier and Type Method Description intBridgeCall. compareTo(Trampoline o)intFieldAccessor. compareTo(Trampoline o)intGetField. compareTo(Trampoline o)intInvoke. compareTo(Trampoline o)intInvokespecial. compareTo(Trampoline o)intInvokevirtual. compareTo(Trampoline o)intPutField. compareTo(Trampoline o)intTrampoline. compareTo(Trampoline o)