Uses of Enum
org.teavm.model.util.VariableType
Packages that use VariableType
Package
Description
-
Uses of VariableType in org.teavm.ast
Methods in org.teavm.ast that return VariableTypeMethods in org.teavm.ast with parameters of type VariableTypeConstructors in org.teavm.ast with parameters of type VariableType -
Uses of VariableType in org.teavm.backend.c.generate
Methods in org.teavm.backend.c.generate with parameters of type VariableType -
Uses of VariableType in org.teavm.backend.wasm.generate
Methods in org.teavm.backend.wasm.generate with parameters of type VariableType -
Uses of VariableType in org.teavm.model.util
Methods in org.teavm.model.util that return VariableTypeModifier and TypeMethodDescriptionTypeInferer.typeOf(int variableIndex)
static VariableType
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.