Uses of Class
org.teavm.model.util.VariableType
-
Packages that use VariableType Package Description org.teavm.ast org.teavm.backend.c.generate org.teavm.backend.wasm.generate org.teavm.model.util -
-
Uses of VariableType in org.teavm.ast
Methods in org.teavm.ast that return VariableType Modifier and Type Method Description VariableTypeVariableNode. getType()Methods in org.teavm.ast with parameters of type VariableType Modifier and Type Method Description voidVariableNode. setType(VariableType type)Constructors in org.teavm.ast with parameters of type VariableType Constructor Description VariableNode(int index, VariableType type) -
Uses of VariableType in org.teavm.backend.c.generate
Methods in org.teavm.backend.c.generate with parameters of type VariableType Modifier and Type Method Description CodeWriterCodeWriter. printType(VariableType type) -
Uses of VariableType in org.teavm.backend.wasm.generate
Methods in org.teavm.backend.wasm.generate with parameters of type VariableType Modifier and Type Method Description static WasmTypeWasmGeneratorUtil. mapType(VariableType type) -
Uses of VariableType in org.teavm.model.util
Methods in org.teavm.model.util that return VariableType Modifier and Type Method Description VariableTypeTypeInferer. typeOf(int variableIndex)static VariableTypeVariableType. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableType[]VariableType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-