Uses of Class
org.teavm.backend.c.generate.CVariableType
-
Packages that use CVariableType Package Description org.teavm.backend.c.generate -
-
Uses of CVariableType in org.teavm.backend.c.generate
Methods in org.teavm.backend.c.generate that return CVariableType Modifier and Type Method Description static CVariableTypeCVariableType. valueOf(String name)Returns the enum constant of this type with the specified name.static CVariableType[]CVariableType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-