Uses of Enum Class
software.coley.sourcesolver.model.TypeModel.Kind
Packages that use TypeModel.Kind
-
Uses of TypeModel.Kind in software.coley.sourcesolver.model
Methods in software.coley.sourcesolver.model that return TypeModel.KindModifier and TypeMethodDescriptionTypeModel.Array.getKind()abstract TypeModel.KindTypeModel.getKind()TypeModel.NamedObject.getKind()TypeModel.Parameterized.getKind()TypeModel.Primitive.getKind()TypeModel.Union.getKind()TypeModel.Var.getKind()TypeModel.Wildcard.getKind()static TypeModel.KindReturns the enum constant of this class with the specified name.static TypeModel.Kind[]TypeModel.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.