Uses of Enum Class
dev.archunitjava.model.JavaDynamicCallSiteKind
Packages that use JavaDynamicCallSiteKind
-
Uses of JavaDynamicCallSiteKind in dev.archunitjava.model
Subclasses with type arguments of type JavaDynamicCallSiteKind in dev.archunitjava.modelMethods in dev.archunitjava.model that return JavaDynamicCallSiteKindModifier and TypeMethodDescriptionJavaDynamicCallSite.kind()Returns the value of thekindrecord component.static JavaDynamicCallSiteKindReturns the enum constant of this class with the specified name.static JavaDynamicCallSiteKind[]JavaDynamicCallSiteKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.model with parameters of type JavaDynamicCallSiteKindModifierConstructorDescriptionJavaDynamicCallSite(JavaMemberSignature caller, String invocationName, JvmMethodType invocationType, JavaMethodHandle bootstrapMethod, List<JavaBootstrapArgument> bootstrapArguments, int originalBootstrapArgumentCount, boolean bootstrapArgumentsTruncated, JavaDynamicCallSiteKind kind, Optional<JavaMethodHandle> lambdaImplementation, List<JvmReferenceType> functionalInterfaces, BytecodeLocation location) Creates an instance of aJavaDynamicCallSiterecord class.