Uses of Enum Class
dev.archunitjava.importer.ParsedConstantEvidence.Kind
Packages that use ParsedConstantEvidence.Kind
-
Uses of ParsedConstantEvidence.Kind in dev.archunitjava.importer
Subclasses with type arguments of type ParsedConstantEvidence.Kind in dev.archunitjava.importerMethods in dev.archunitjava.importer that return ParsedConstantEvidence.KindModifier and TypeMethodDescriptionParsedConstantEvidence.kind()Returns the value of thekindrecord component.static ParsedConstantEvidence.KindReturns the enum constant of this class with the specified name.static ParsedConstantEvidence.Kind[]ParsedConstantEvidence.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.importer with parameters of type ParsedConstantEvidence.KindModifierConstructorDescriptionParsedConstantEvidence(ParsedConstantEvidence.Kind kind, int constantPoolIndex, String descriptor, Optional<ParsedMethodHandle> methodHandle, Optional<ParsedDynamicConstant> dynamicConstant, Optional<ParsedConstantLoadSite> loadSite) Creates an instance of aParsedConstantEvidencerecord class.