public class org.jruby.ir.operands.TemporaryCurrentModuleVariable extends org.jruby.ir.operands.TemporaryLocalVariable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.ir.operands.TemporaryCurrentModuleVariable
super_class: org.jruby.ir.operands.TemporaryLocalVariable
{
public static final org.jruby.ir.operands.TemporaryCurrentModuleVariable[] CURRENT_MODULE_VARIABLE;
descriptor: [Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=0, args_size=0
0: iconst_5
anewarray org.jruby.ir.operands.TemporaryCurrentModuleVariable
dup
iconst_0
1: new org.jruby.ir.operands.TemporaryCurrentModuleVariable
dup
iconst_0
invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
aastore
dup
iconst_1
new org.jruby.ir.operands.TemporaryCurrentModuleVariable
dup
iconst_1
invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
aastore
dup
iconst_2
2: new org.jruby.ir.operands.TemporaryCurrentModuleVariable
dup
iconst_2
invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
aastore
dup
iconst_3
new org.jruby.ir.operands.TemporaryCurrentModuleVariable
dup
iconst_3
invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
aastore
dup
iconst_4
3: new org.jruby.ir.operands.TemporaryCurrentModuleVariable
dup
iconst_4
invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
aastore
4: putstatic org.jruby.ir.operands.TemporaryCurrentModuleVariable.CURRENT_MODULE_VARIABLE:[Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
5: return
LocalVariableTable:
Start End Slot Name Signature
public static org.jruby.ir.operands.TemporaryCurrentModuleVariable ModuleVariableFor(int);
descriptor: (I)Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: iload 0
getstatic org.jruby.ir.operands.TemporaryCurrentModuleVariable.CURRENT_MODULE_VARIABLE:[Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
arraylength
if_icmpge 1
getstatic org.jruby.ir.operands.TemporaryCurrentModuleVariable.CURRENT_MODULE_VARIABLE:[Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
iload 0
aaload
goto 2
StackMap locals:
StackMap stack:
1: new org.jruby.ir.operands.TemporaryCurrentModuleVariable
dup
iload 0
invokespecial org.jruby.ir.operands.TemporaryCurrentModuleVariable.<init>:(I)V
StackMap locals:
StackMap stack: org.jruby.ir.operands.TemporaryCurrentModuleVariable
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 depth I
MethodParameters:
Name Flags
depth
public void <init>(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial org.jruby.ir.operands.TemporaryLocalVariable.<init>:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
0 2 1 offset I
MethodParameters:
Name Flags
offset
public org.jruby.ir.operands.TemporaryVariableType getType();
descriptor: ()Lorg/jruby/ir/operands/TemporaryVariableType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic org.jruby.ir.operands.TemporaryVariableType.CURRENT_MODULE:Lorg/jruby/ir/operands/TemporaryVariableType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
public java.lang.String getId();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc "%current_module"
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
public org.jruby.ir.operands.Variable clone(org.jruby.ir.transformations.inlining.SimpleCloneInfo);
descriptor: (Lorg/jruby/ir/transformations/inlining/SimpleCloneInfo;)Lorg/jruby/ir/operands/Variable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
0 1 1 ii Lorg/jruby/ir/transformations/inlining/SimpleCloneInfo;
MethodParameters:
Name Flags
ii
public static org.jruby.ir.operands.TemporaryCurrentModuleVariable decode(org.jruby.ir.persistence.IRReaderDecoder);
descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeInt:()I
invokestatic org.jruby.ir.operands.TemporaryCurrentModuleVariable.ModuleVariableFor:(I)Lorg/jruby/ir/operands/TemporaryCurrentModuleVariable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 d Lorg/jruby/ir/persistence/IRReaderDecoder;
MethodParameters:
Name Flags
d
}
SourceFile: "TemporaryCurrentModuleVariable.java"