Uses of Class
org.teavm.model.GenericValueType.Object
-
Packages that use GenericValueType.Object Package Description org.teavm.model -
-
Uses of GenericValueType.Object in org.teavm.model
Methods in org.teavm.model that return GenericValueType.Object Modifier and Type Method Description GenericValueType.ObjectClassHolder. getGenericParent()GenericValueType.ObjectClassReader. getGenericParent()GenericValueType.ObjectGenericValueType.Object. getParent()static GenericValueType.ObjectGenericValueType. parseObject(String text, GenericValueType.ParsePosition position)Methods in org.teavm.model that return types with arguments of type GenericValueType.Object Modifier and Type Method Description Set<GenericValueType.Object>ClassHolder. getGenericInterfaces()Set<GenericValueType.Object>ClassReader. getGenericInterfaces()Methods in org.teavm.model with parameters of type GenericValueType.Object Modifier and Type Method Description voidClassHolder. setGenericParent(GenericValueType.Object genericParent)Constructors in org.teavm.model with parameters of type GenericValueType.Object Constructor Description Object(GenericValueType.Object parent, String className, GenericValueType.Argument[] arguments)
-