Uses of Record Class
dev.archunitjava.model.BytecodeLocation
Packages that use BytecodeLocation
-
Uses of BytecodeLocation in dev.archunitjava.model
Methods in dev.archunitjava.model that return BytecodeLocationModifier and TypeMethodDescriptionJavaMember.bytecodeLocation(int bytecodeOffset) JavaCodeAccess.location()Returns the value of thelocationrecord component.JavaConstantLoadSite.location()Returns the value of thelocationrecord component.JavaDynamicCallSite.location()Returns the value of thelocationrecord component.Methods in dev.archunitjava.model that return types with arguments of type BytecodeLocationModifier and TypeMethodDescriptionJavaExceptionEvidence.bytecodeLocation()Returns the value of thebytecodeLocationrecord component.Constructors in dev.archunitjava.model with parameters of type BytecodeLocationModifierConstructorDescriptionJavaCodeAccess(JavaMemberSignature caller, JavaCodeAccessTarget target, JavaCodeAccessKind kind, JavaCodeAccessOpcode opcode, boolean interfaceTarget, BytecodeLocation location) JavaCodeAccess(JavaMemberSignature caller, JavaCodeAccessTarget target, JavaCodeAccessKind kind, JavaCodeAccessOpcode opcode, boolean interfaceTarget, BytecodeLocation location, CompilerArtifactProvenance artifactProvenance) Creates an instance of aJavaCodeAccessrecord class.JavaConstantLoadSite(JavaMemberSignature owner, BytecodeLocation location) Creates an instance of aJavaConstantLoadSiterecord class.JavaDynamicCallSite(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.