public class com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation
super_class: java.lang.Object
{
final java.lang.Object base;
descriptor: Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
final java.lang.Object identifier;
descriptor: Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
final com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Value type;
descriptor: Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Value;
flags: (0x0010) ACC_FINAL
void <init>(java.lang.Object, java.lang.Object, com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Value);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Value;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation this
start local 1 // java.lang.Object base
start local 2 // java.lang.Object identifier
start local 3 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Value type
0: .line 56
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 57
aload 0 /* this */
aload 1 /* base */
putfield com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation.base:Ljava/lang/Object;
2: .line 58
aload 0 /* this */
aload 2 /* identifier */
putfield com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation.identifier:Ljava/lang/Object;
3: .line 59
aload 0 /* this */
aload 3 /* type */
putfield com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation.type:Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Value;
4: .line 60
return
end local 3 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Value type
end local 2 // java.lang.Object identifier
end local 1 // java.lang.Object base
end local 0 // com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropAccessNode$AccessLocation;
0 5 1 base Ljava/lang/Object;
0 5 2 identifier Ljava/lang/Object;
0 5 3 type Lcom/oracle/truffle/llvm/runtime/interop/access/LLVMInteropType$Value;
MethodParameters:
Name Flags
base
identifier
type
}
SourceFile: "LLVMInteropAccessNode.java"
NestHost: com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode
InnerClasses:
public abstract ValueType = com.oracle.truffle.api.CompilerDirectives$ValueType of com.oracle.truffle.api.CompilerDirectives
protected AccessLocation = com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode$AccessLocation of com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropAccessNode
public final Value = com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType$Value of com.oracle.truffle.llvm.runtime.interop.access.LLVMInteropType
RuntimeVisibleAnnotations:
com.oracle.truffle.api.CompilerDirectives$ValueType()