Uses of Enum Class
dev.archunitjava.model.JavaCodeAccessOpcode
Packages that use JavaCodeAccessOpcode
-
Uses of JavaCodeAccessOpcode in dev.archunitjava.model
Subclasses with type arguments of type JavaCodeAccessOpcode in dev.archunitjava.modelModifier and TypeClassDescriptionenumExact JVM opcode; no runtime dispatch target is inferred from it.Methods in dev.archunitjava.model that return JavaCodeAccessOpcodeModifier and TypeMethodDescriptionJavaCodeAccess.opcode()Returns the value of theopcoderecord component.static JavaCodeAccessOpcodeReturns the enum constant of this class with the specified name.static JavaCodeAccessOpcode[]JavaCodeAccessOpcode.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 JavaCodeAccessOpcodeModifierConstructorDescriptionJavaCodeAccess(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.