Uses of Class
org.robovm.compiler.clazz.MethodInfo
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.clazz |
-
Uses of MethodInfo in org.robovm.compiler
Methods in org.robovm.compiler with parameters of type MethodInfo Modifier and Type Method Description static FunctionFunctionBuilder. lookup(ClazzInfo ci, MethodInfo mi, boolean isWeak)Method parameters in org.robovm.compiler with type arguments of type MethodInfo Modifier and Type Method Description voidDependencyGraph. add(Clazz clazz, boolean root, Collection<MethodInfo> forcedLinkedMethods)Adds the specifiedClazzto the graph after it has been compiled. -
Uses of MethodInfo in org.robovm.compiler.clazz
Methods in org.robovm.compiler.clazz that return MethodInfo Modifier and Type Method Description MethodInfoClazzInfo. getMethod(String name, String desc)Methods in org.robovm.compiler.clazz that return types with arguments of type MethodInfo Modifier and Type Method Description List<MethodInfo>ClazzInfo. getMethods()