Uses of Record Class
dev.archunitjava.importer.ParsedConstantEvidence
Packages that use ParsedConstantEvidence
-
Uses of ParsedConstantEvidence in dev.archunitjava.importer
Classes in dev.archunitjava.importer that implement interfaces with type arguments of type ParsedConstantEvidenceModifier and TypeClassDescriptionfinal recordBackend-neutral typed evidence for a relevant constant-pool entry.Methods in dev.archunitjava.importer that return types with arguments of type ParsedConstantEvidenceModifier and TypeMethodDescriptionParsedConstantPoolEvidence.constants()Returns the value of theconstantsrecord component.Methods in dev.archunitjava.importer with parameters of type ParsedConstantEvidenceModifier and TypeMethodDescriptionintParsedConstantEvidence.compareTo(ParsedConstantEvidence other) Constructor parameters in dev.archunitjava.importer with type arguments of type ParsedConstantEvidenceModifierConstructorDescriptionParsedConstantPoolEvidence(List<ParsedConstantEvidence> constants, int originalEvidenceCount, boolean truncated) Creates an instance of aParsedConstantPoolEvidencerecord class.