Uses of Class
org.robovm.compiler.clazz.ClazzInfo
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.clazz | |
| org.robovm.compiler.config |
-
Uses of ClazzInfo in org.robovm.compiler
Methods in org.robovm.compiler with parameters of type ClazzInfo Modifier and Type Method Description static booleanAccess. checkClassAccessible(ClazzInfo target, ClazzInfo caller)static FunctionFunctionBuilder. lookup(ClazzInfo ci, MethodInfo mi, boolean isWeak) -
Uses of ClazzInfo in org.robovm.compiler.clazz
Methods in org.robovm.compiler.clazz that return ClazzInfo Modifier and Type Method Description ClazzInfoClazz. getClazzInfo()ClazzInfoClazzInfo. getSuperclass()ClazzInfoClazz. resetClazzInfo()Methods in org.robovm.compiler.clazz that return types with arguments of type ClazzInfo Modifier and Type Method Description List<ClazzInfo>ClazzInfo. getCatches()List<ClazzInfo>ClazzInfo. getInterfaces() -
Uses of ClazzInfo in org.robovm.compiler.config
Methods in org.robovm.compiler.config with parameters of type ClazzInfo Modifier and Type Method Description booleanForceLinkMethodsConfig. matchesClass(ClazzInfo ci)returns true if class info matches owners pattern criteria