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