class com.sun.tools.javap.CodeWriter$1 implements com.sun.tools.classfile.Instruction$KindVisitor<java.lang.Void, java.lang.Integer>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javap.CodeWriter$1
super_class: java.lang.Object
{
final com.sun.tools.javap.CodeWriter this$0;
descriptor: Lcom/sun/tools/javap/CodeWriter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.javap.CodeWriter);
descriptor: (Lcom/sun/tools/javap/CodeWriter;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/CodeWriter$1;
MethodParameters:
Name Flags
this$0 final
public java.lang.Void visitNoOperands(com.sun.tools.classfile.Instruction, java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 1 1 instr Lcom/sun/tools/classfile/Instruction;
0 1 2 indent Ljava/lang/Integer;
MethodParameters:
Name Flags
instr
indent
public java.lang.Void visitArrayType(com.sun.tools.classfile.Instruction, com.sun.tools.classfile.Instruction$TypeKind, java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;Lcom/sun/tools/classfile/Instruction$TypeKind;Ljava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
new java.lang.StringBuilder
dup
ldc " "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
getfield com.sun.tools.classfile.Instruction$TypeKind.name:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
1: aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 2 1 instr Lcom/sun/tools/classfile/Instruction;
0 2 2 kind Lcom/sun/tools/classfile/Instruction$TypeKind;
0 2 3 indent Ljava/lang/Integer;
MethodParameters:
Name Flags
instr
kind
indent
public java.lang.Void visitBranch(com.sun.tools.classfile.Instruction, int, java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
aload 1
invokevirtual com.sun.tools.classfile.Instruction.getPC:()I
iload 2
iadd
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/Object;)V
1: aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 2 1 instr Lcom/sun/tools/classfile/Instruction;
0 2 2 offset I
0 2 3 indent Ljava/lang/Integer;
MethodParameters:
Name Flags
instr
offset
indent
public java.lang.Void visitConstantPoolRef(com.sun.tools.classfile.Instruction, int, java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
new java.lang.StringBuilder
dup
ldc "#"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 2
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
1: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
invokevirtual com.sun.tools.javap.CodeWriter.tab:()V
2: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
ldc "// "
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
3: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
iload 2
invokevirtual com.sun.tools.javap.CodeWriter.printConstant:(I)V
4: aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 5 1 instr Lcom/sun/tools/classfile/Instruction;
0 5 2 index I
0 5 3 indent Ljava/lang/Integer;
MethodParameters:
Name Flags
instr
index
indent
public java.lang.Void visitConstantPoolRefAndValue(com.sun.tools.classfile.Instruction, int, int, java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
new java.lang.StringBuilder
dup
ldc "#"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 2
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 3
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
1: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
invokevirtual com.sun.tools.javap.CodeWriter.tab:()V
2: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
ldc "// "
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
3: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
iload 2
invokevirtual com.sun.tools.javap.CodeWriter.printConstant:(I)V
4: aconst_null
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 5 1 instr Lcom/sun/tools/classfile/Instruction;
0 5 2 index I
0 5 3 value I
0 5 4 indent Ljava/lang/Integer;
MethodParameters:
Name Flags
instr
index
value
indent
public java.lang.Void visitLocal(com.sun.tools.classfile.Instruction, int, java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
iload 2
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/Object;)V
1: aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 2 1 instr Lcom/sun/tools/classfile/Instruction;
0 2 2 index I
0 2 3 indent Ljava/lang/Integer;
MethodParameters:
Name Flags
instr
index
indent
public java.lang.Void visitLocalAndValue(com.sun.tools.classfile.Instruction, int, int, java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
new java.lang.StringBuilder
dup
iload 2
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 3
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
1: aconst_null
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 2 1 instr Lcom/sun/tools/classfile/Instruction;
0 2 2 index I
0 2 3 value I
0 2 4 indent Ljava/lang/Integer;
MethodParameters:
Name Flags
instr
index
value
indent
public java.lang.Void visitLookupSwitch(com.sun.tools.classfile.Instruction, int, int, int[], int[], java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;II[I[ILjava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=9, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 1
invokevirtual com.sun.tools.classfile.Instruction.getPC:()I
istore 7
start local 7 1: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
new java.lang.StringBuilder
dup
ldc "{ // "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 3
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
2: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
aload 6
invokevirtual java.lang.Integer.intValue:()I
invokevirtual com.sun.tools.javap.CodeWriter.indent:(I)V
3: iconst_0
istore 8
start local 8 4: goto 7
5: StackMap locals: int int
StackMap stack:
aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
ldc "%n%12d: %d"
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 4
iload 8
iaload
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
iload 7
aload 5
iload 8
iaload
iadd
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
6: iinc 8 1
StackMap locals:
StackMap stack:
7: iload 8
iload 3
if_icmplt 5
end local 8 8: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
new java.lang.StringBuilder
dup
ldc "\n default: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 7
iload 2
iadd
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc "\n}"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
9: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
aload 6
invokevirtual java.lang.Integer.intValue:()I
ineg
invokevirtual com.sun.tools.javap.CodeWriter.indent:(I)V
10: aconst_null
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 11 1 instr Lcom/sun/tools/classfile/Instruction;
0 11 2 default_ I
0 11 3 npairs I
0 11 4 matches [I
0 11 5 offsets [I
0 11 6 indent Ljava/lang/Integer;
1 11 7 pc I
4 8 8 i I
MethodParameters:
Name Flags
instr
default_
npairs
matches
offsets
indent
public java.lang.Void visitTableSwitch(com.sun.tools.classfile.Instruction, int, int, int, int[], java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;III[ILjava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=9, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 1
invokevirtual com.sun.tools.classfile.Instruction.getPC:()I
istore 7
start local 7 1: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
new java.lang.StringBuilder
dup
ldc "{ // "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 3
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc " to "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 4
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
2: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
aload 6
invokevirtual java.lang.Integer.intValue:()I
invokevirtual com.sun.tools.javap.CodeWriter.indent:(I)V
3: iconst_0
istore 8
start local 8 4: goto 7
5: StackMap locals: int int
StackMap stack:
aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
ldc "%n%12d: %d"
iconst_2
anewarray java.lang.Object
dup
iconst_0
iload 3
iload 8
iadd
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
iload 7
aload 5
iload 8
iaload
iadd
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
6: iinc 8 1
StackMap locals:
StackMap stack:
7: iload 8
aload 5
arraylength
if_icmplt 5
end local 8 8: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
new java.lang.StringBuilder
dup
ldc "\n default: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 7
iload 2
iadd
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc "\n}"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/String;)V
9: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
aload 6
invokevirtual java.lang.Integer.intValue:()I
ineg
invokevirtual com.sun.tools.javap.CodeWriter.indent:(I)V
10: aconst_null
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 11 1 instr Lcom/sun/tools/classfile/Instruction;
0 11 2 default_ I
0 11 3 low I
0 11 4 high I
0 11 5 offsets [I
0 11 6 indent Ljava/lang/Integer;
1 11 7 pc I
4 8 8 i I
MethodParameters:
Name Flags
instr
default_
low
high
offsets
indent
public java.lang.Void visitValue(com.sun.tools.classfile.Instruction, int, java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.tools.javap.CodeWriter$1.this$0:Lcom/sun/tools/javap/CodeWriter;
iload 2
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
invokevirtual com.sun.tools.javap.CodeWriter.print:(Ljava/lang/Object;)V
1: aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 2 1 instr Lcom/sun/tools/classfile/Instruction;
0 2 2 value I
0 2 3 indent Ljava/lang/Integer;
MethodParameters:
Name Flags
instr
value
indent
public java.lang.Void visitUnknown(com.sun.tools.classfile.Instruction, java.lang.Integer);
descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/lang/Integer;)Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/CodeWriter$1;
0 1 1 instr Lcom/sun/tools/classfile/Instruction;
0 1 2 indent Ljava/lang/Integer;
MethodParameters:
Name Flags
instr
indent
public java.lang.Object visitBranch(com.sun.tools.classfile.Instruction, int, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
aload 3
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitBranch:(Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitNoOperands(com.sun.tools.classfile.Instruction, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitNoOperands:(Lcom/sun/tools/classfile/Instruction;Ljava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitLookupSwitch(com.sun.tools.classfile.Instruction, int, int, int[], int[], java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;II[I[ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=7, locals=7, args_size=7
0: aload 0
aload 1
iload 2
iload 3
aload 4
aload 5
aload 6
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitLookupSwitch:(Lcom/sun/tools/classfile/Instruction;II[I[ILjava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitValue(com.sun.tools.classfile.Instruction, int, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
aload 3
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitValue:(Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitTableSwitch(com.sun.tools.classfile.Instruction, int, int, int, int[], java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;III[ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=7, locals=7, args_size=7
0: aload 0
aload 1
iload 2
iload 3
iload 4
aload 5
aload 6
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitTableSwitch:(Lcom/sun/tools/classfile/Instruction;III[ILjava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitLocalAndValue(com.sun.tools.classfile.Instruction, int, int, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
iload 2
iload 3
aload 4
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitLocalAndValue:(Lcom/sun/tools/classfile/Instruction;IILjava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitConstantPoolRef(com.sun.tools.classfile.Instruction, int, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
aload 3
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitConstantPoolRef:(Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitUnknown(com.sun.tools.classfile.Instruction, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
aload 2
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitUnknown:(Lcom/sun/tools/classfile/Instruction;Ljava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitLocal(com.sun.tools.classfile.Instruction, int, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
iload 2
aload 3
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitLocal:(Lcom/sun/tools/classfile/Instruction;ILjava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitArrayType(com.sun.tools.classfile.Instruction, com.sun.tools.classfile.Instruction$TypeKind, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;Lcom/sun/tools/classfile/Instruction$TypeKind;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
aload 2
aload 3
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitArrayType:(Lcom/sun/tools/classfile/Instruction;Lcom/sun/tools/classfile/Instruction$TypeKind;Ljava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitConstantPoolRefAndValue(com.sun.tools.classfile.Instruction, int, int, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
iload 2
iload 3
aload 4
checkcast java.lang.Integer
invokevirtual com.sun.tools.javap.CodeWriter$1.visitConstantPoolRefAndValue:(Lcom/sun/tools/classfile/Instruction;IILjava/lang/Integer;)Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/sun/tools/classfile/Instruction$KindVisitor<Ljava/lang/Void;Ljava/lang/Integer;>;
SourceFile: "CodeWriter.java"
EnclosingMethod: com.sun.tools.javap.CodeWriter
NestHost: com.sun.tools.javap.CodeWriter
InnerClasses:
public abstract KindVisitor = com.sun.tools.classfile.Instruction$KindVisitor of com.sun.tools.classfile.Instruction
public final TypeKind = com.sun.tools.classfile.Instruction$TypeKind of com.sun.tools.classfile.Instruction
com.sun.tools.javap.CodeWriter$1