Uses of Enum Class
software.coley.sourcesolver.resolve.entry.PrimitiveEntry.Kind
Packages that use PrimitiveEntry.Kind
-
Uses of PrimitiveEntry.Kind in software.coley.sourcesolver.resolve.entry
Methods in software.coley.sourcesolver.resolve.entry that return PrimitiveEntry.KindModifier and TypeMethodDescriptionBasicPrimitiveEntry.getKind()PrimitiveEntry.getKind()BasicPrimitiveEntry.kind()Returns the value of thekindrecord component.static PrimitiveEntry.KindReturns the enum constant of this class with the specified name.static PrimitiveEntry.Kind[]PrimitiveEntry.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in software.coley.sourcesolver.resolve.entry with parameters of type PrimitiveEntry.KindModifierConstructorDescriptionBasicPrimitiveEntry(PrimitiveEntry.Kind kind, String descriptor) Creates an instance of aBasicPrimitiveEntryrecord class.