Uses of Class
org.robovm.compiler.llvm.Global
| Package | Description |
|---|---|
| org.robovm.compiler | |
| org.robovm.compiler.llvm |
-
Uses of Global in org.robovm.compiler
Methods in org.robovm.compiler that return Global Modifier and Type Method Description GlobalAttributesEncoder. getClassAttributes()GlobalAttributesEncoder. getFieldAttributes(soot.SootField f)GlobalAttributesEncoder. getMethodAttributes(soot.SootMethod m)GlobalModuleBuilder. newGlobal(Constant value)GlobalModuleBuilder. newGlobal(Constant value, boolean constant)Methods in org.robovm.compiler with parameters of type Global Modifier and Type Method Description voidModuleBuilder. addGlobal(Global global) -
Uses of Global in org.robovm.compiler.llvm
Constructors in org.robovm.compiler.llvm with parameters of type Global Constructor Description GlobalRef(Global global)