Uses of Record Class
dev.archunitjava.importer.ParsedBootstrapArgument
Packages that use ParsedBootstrapArgument
-
Uses of ParsedBootstrapArgument in dev.archunitjava.importer
Classes in dev.archunitjava.importer that implement interfaces with type arguments of type ParsedBootstrapArgumentModifier and TypeClassDescriptionfinal recordStable generic bootstrap argument plus an optional structured direct handle.Methods in dev.archunitjava.importer that return types with arguments of type ParsedBootstrapArgumentModifier and TypeMethodDescriptionParsedDynamicCallSite.bootstrapArguments()Returns the value of thebootstrapArgumentsrecord component.ParsedDynamicConstant.bootstrapArguments()Returns the value of thebootstrapArgumentsrecord component.Methods in dev.archunitjava.importer with parameters of type ParsedBootstrapArgumentModifier and TypeMethodDescriptionintParsedBootstrapArgument.compareTo(ParsedBootstrapArgument other) Constructor parameters in dev.archunitjava.importer with type arguments of type ParsedBootstrapArgumentModifierConstructorDescriptionParsedDynamicCallSite(String invocationName, String invocationDescriptor, ParsedMethodHandle bootstrapMethod, List<ParsedBootstrapArgument> bootstrapArguments, int bytecodeOffset) Creates an instance of aParsedDynamicCallSiterecord class.ParsedDynamicConstant(String name, String descriptor, ParsedMethodHandle bootstrapMethod, List<ParsedBootstrapArgument> bootstrapArguments, int originalBootstrapArgumentCount, boolean bootstrapArgumentsTruncated) Creates an instance of aParsedDynamicConstantrecord class.