class com.sun.tools.javap.ConstantWriter$StringValueVisitor implements com.sun.tools.classfile.ConstantPool$Visitor<java.lang.String, java.lang.Void>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javap.ConstantWriter$StringValueVisitor
super_class: java.lang.Object
{
final com.sun.tools.javap.ConstantWriter this$0;
descriptor: Lcom/sun/tools/javap/ConstantWriter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(com.sun.tools.javap.ConstantWriter);
descriptor: (Lcom/sun/tools/javap/ConstantWriter;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
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/ConstantWriter$StringValueVisitor;
MethodParameters:
Name Flags
this$0 final
public java.lang.String visit(com.sun.tools.classfile.ConstantPool$CPInfo);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CPInfo;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
aconst_null
invokevirtual com.sun.tools.classfile.ConstantPool$CPInfo.accept:(Lcom/sun/tools/classfile/ConstantPool$Visitor;Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.String
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 1 1 info Lcom/sun/tools/classfile/ConstantPool$CPInfo;
MethodParameters:
Name Flags
info
public java.lang.String visitClass(com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.getCheckedName:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 1 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
0 1 2 p Ljava/lang/Void;
MethodParameters:
Name Flags
info
p
java.lang.String getCheckedName(com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;)Ljava/lang/String;
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info.getName:()Ljava/lang/String;
invokestatic com.sun.tools.javap.ConstantWriter.checkName:(Ljava/lang/String;)Ljava/lang/String;
1: areturn
2: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 2
start local 2 3: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 2
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 4 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
3 4 2 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 1 2 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
public java.lang.String visitDouble(com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.StringBuilder
dup
aload 1
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info.value:D
invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "d"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 1 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;
0 1 2 p Ljava/lang/Void;
MethodParameters:
Name Flags
info
p
public java.lang.String visitFieldref(com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitRef:(Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;Ljava/lang/Void;)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 1 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;
0 1 2 p Ljava/lang/Void;
MethodParameters:
Name Flags
info
p
public java.lang.String visitFloat(com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.StringBuilder
dup
aload 1
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info.value:F
invokestatic java.lang.String.valueOf:(F)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "f"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 1 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;
0 1 2 p Ljava/lang/Void;
MethodParameters:
Name Flags
info
p
public java.lang.String visitInteger(com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info.value:I
invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 1 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;
0 1 2 p Ljava/lang/Void;
MethodParameters:
Name Flags
info
p
public java.lang.String visitInterfaceMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitRef:(Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;Ljava/lang/Void;)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 1 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;
0 1 2 p Ljava/lang/Void;
MethodParameters:
Name Flags
info
p
public java.lang.String visitInvokeDynamic(com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info.getNameAndTypeInfo:()Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
invokevirtual com.sun.tools.javap.ConstantWriter.stringValue:(Lcom/sun/tools/classfile/ConstantPool$CPInfo;)Ljava/lang/String;
astore 3
start local 3 1: new java.lang.StringBuilder
dup
ldc "#"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info.bootstrap_method_attr_index:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
2: areturn
end local 3 3: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 3
start local 3 4: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 3
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
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/ConstantWriter$StringValueVisitor;
0 5 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;
0 5 2 p Ljava/lang/Void;
1 3 3 callee Ljava/lang/String;
4 5 3 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 2 3 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
p
public java.lang.String visitDynamicConstant(com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info.getNameAndTypeInfo:()Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
invokevirtual com.sun.tools.javap.ConstantWriter.stringValue:(Lcom/sun/tools/classfile/ConstantPool$CPInfo;)Ljava/lang/String;
astore 3
start local 3 1: new java.lang.StringBuilder
dup
ldc "#"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 1
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info.bootstrap_method_attr_index:I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
2: areturn
end local 3 3: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 3
start local 3 4: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 3
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
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/ConstantWriter$StringValueVisitor;
0 5 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;
0 5 2 p Ljava/lang/Void;
1 3 3 callee Ljava/lang/String;
4 5 3 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 2 3 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
p
public java.lang.String visitLong(com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.StringBuilder
dup
aload 1
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info.value:J
invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "l"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 1 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;
0 1 2 p Ljava/lang/Void;
MethodParameters:
Name Flags
info
p
public java.lang.String visitModule(com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info.getName:()Ljava/lang/String;
invokestatic com.sun.tools.javap.ConstantWriter.checkName:(Ljava/lang/String;)Ljava/lang/String;
1: areturn
2: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 3
start local 3 3: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 3
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 4 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;
0 4 2 p Ljava/lang/Void;
3 4 3 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 1 2 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
p
public java.lang.String visitNameAndType(com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.StringBuilder
dup
aload 0
aload 1
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.getCheckedName:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;)Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
aload 1
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.getType:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 1 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
0 1 2 p Ljava/lang/Void;
MethodParameters:
Name Flags
info
p
java.lang.String getCheckedName(com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;)Ljava/lang/String;
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info.getName:()Ljava/lang/String;
invokestatic com.sun.tools.javap.ConstantWriter.checkName:(Ljava/lang/String;)Ljava/lang/String;
1: areturn
2: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 2
start local 2 3: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 2
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 4 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
3 4 2 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 1 2 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
public java.lang.String visitPackage(com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info.getName:()Ljava/lang/String;
invokestatic com.sun.tools.javap.ConstantWriter.checkName:(Ljava/lang/String;)Ljava/lang/String;
1: areturn
2: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 3
start local 3 3: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 3
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 4 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;
0 4 2 p Ljava/lang/Void;
3 4 3 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 1 2 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
p
java.lang.String getType(com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;)Ljava/lang/String;
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info.getType:()Ljava/lang/String;
1: areturn
2: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 2
start local 2 3: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 2
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 4 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
3 4 2 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 1 2 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
public java.lang.String visitMethodHandle(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
aload 1
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.reference_kind:Lcom/sun/tools/classfile/ConstantPool$RefKind;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info.getCPRefInfo:()Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
invokevirtual com.sun.tools.javap.ConstantWriter.stringValue:(Lcom/sun/tools/classfile/ConstantPool$CPInfo;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
1: areturn
2: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 3
start local 3 3: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 3
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 4 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
0 4 2 p Ljava/lang/Void;
3 4 3 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 1 2 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
p
public java.lang.String visitMethodType(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info.getType:()Ljava/lang/String;
1: areturn
2: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 3
start local 3 3: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 3
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 4 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;
0 4 2 p Ljava/lang/Void;
3 4 3 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 1 2 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
p
public java.lang.String visitMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitRef:(Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;Ljava/lang/Void;)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 1 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;
0 1 2 p Ljava/lang/Void;
MethodParameters:
Name Flags
info
p
public java.lang.String visitString(com.sun.tools.classfile.ConstantPool$CONSTANT_String_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
getfield com.sun.tools.javap.ConstantWriter.classWriter:Lcom/sun/tools/javap/ClassWriter;
invokevirtual com.sun.tools.javap.ClassWriter.getClassFile:()Lcom/sun/tools/classfile/ClassFile;
astore 3
start local 3 1: aload 1
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_String_info.string_index:I
istore 4
start local 4 2: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 3
getfield com.sun.tools.classfile.ClassFile.constant_pool:Lcom/sun/tools/classfile/ConstantPool;
iload 4
invokevirtual com.sun.tools.classfile.ConstantPool.getUTF8Info:(I)Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;
invokevirtual com.sun.tools.javap.ConstantWriter.stringValue:(Lcom/sun/tools/classfile/ConstantPool$CPInfo;)Ljava/lang/String;
3: areturn
end local 4 end local 3 4: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 3
start local 3 5: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 3
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 6 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;
0 6 2 p Ljava/lang/Void;
1 4 3 classFile Lcom/sun/tools/classfile/ClassFile;
2 4 4 string_index I
5 6 3 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 3 4 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
p
public java.lang.String visitUtf8(com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 1
getfield com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info.value:Ljava/lang/String;
astore 3
start local 3 1: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 4
start local 4 2: iconst_0
istore 5
start local 5 3: goto 27
4: StackMap locals: java.lang.String java.lang.StringBuilder int
StackMap stack:
aload 3
iload 5
invokevirtual java.lang.String.charAt:(I)C
istore 6
start local 6 5: iload 6
lookupswitch { // 8
8: 12
9: 6
10: 8
12: 14
13: 10
34: 16
39: 18
92: 20
default: 22
}
6: StackMap locals: int
StackMap stack:
aload 4
bipush 92
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
bipush 116
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
7: goto 26
8: StackMap locals:
StackMap stack:
aload 4
bipush 92
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
bipush 110
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
9: goto 26
10: StackMap locals:
StackMap stack:
aload 4
bipush 92
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
bipush 114
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
11: goto 26
12: StackMap locals:
StackMap stack:
aload 4
bipush 92
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
bipush 98
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
13: goto 26
14: StackMap locals:
StackMap stack:
aload 4
bipush 92
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
bipush 102
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
15: goto 26
16: StackMap locals:
StackMap stack:
aload 4
bipush 92
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
bipush 34
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
17: goto 26
18: StackMap locals:
StackMap stack:
aload 4
bipush 92
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
bipush 39
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
19: goto 26
20: StackMap locals:
StackMap stack:
aload 4
bipush 92
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
bipush 92
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
21: goto 26
22: StackMap locals:
StackMap stack:
iload 6
invokestatic java.lang.Character.isISOControl:(C)Z
ifeq 25
23: aload 4
ldc "\\u%04x"
iconst_1
anewarray java.lang.Object
dup
iconst_0
iload 6
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 java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
24: goto 26
25: StackMap locals:
StackMap stack:
aload 4
iload 6
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
end local 6 26: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
27: iload 5
aload 3
invokevirtual java.lang.String.length:()I
if_icmplt 4
end local 5 28: aload 4
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 29 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 29 1 info Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;
0 29 2 p Ljava/lang/Void;
1 29 3 s Ljava/lang/String;
2 29 4 sb Ljava/lang/StringBuilder;
3 28 5 i I
5 26 6 c C
MethodParameters:
Name Flags
info
p
java.lang.String visitRef(com.sun.tools.classfile.ConstantPool$CPRefInfo, java.lang.Void);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;Ljava/lang/Void;)Ljava/lang/String;
flags: (0x0000)
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.getCheckedClassName:(Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;)Ljava/lang/String;
astore 3
start local 3 1: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CPRefInfo.getNameAndTypeInfo:()Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
invokevirtual com.sun.tools.javap.ConstantWriter.stringValue:(Lcom/sun/tools/classfile/ConstantPool$CPInfo;)Ljava/lang/String;
astore 4
start local 4 2: goto 5
end local 4 StackMap locals: com.sun.tools.javap.ConstantWriter$StringValueVisitor com.sun.tools.classfile.ConstantPool$CPRefInfo java.lang.Void java.lang.String
StackMap stack: com.sun.tools.classfile.ConstantPoolException
3: astore 5
start local 5 4: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 5
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
astore 4
end local 5 start local 4 5: StackMap locals: java.lang.String
StackMap stack:
new java.lang.StringBuilder
dup
aload 3
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "."
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 6 1 info Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
0 6 2 p Ljava/lang/Void;
1 6 3 cn Ljava/lang/String;
2 3 4 nat Ljava/lang/String;
5 6 4 nat Ljava/lang/String;
4 5 5 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
1 2 3 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
p
java.lang.String getCheckedClassName(com.sun.tools.classfile.ConstantPool$CPRefInfo);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;)Ljava/lang/String;
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual com.sun.tools.classfile.ConstantPool$CPRefInfo.getClassName:()Ljava/lang/String;
invokestatic com.sun.tools.javap.ConstantWriter.checkName:(Ljava/lang/String;)Ljava/lang/String;
1: areturn
2: StackMap locals:
StackMap stack: com.sun.tools.classfile.ConstantPoolException
astore 2
start local 2 3: aload 0
getfield com.sun.tools.javap.ConstantWriter$StringValueVisitor.this$0:Lcom/sun/tools/javap/ConstantWriter;
aload 2
invokevirtual com.sun.tools.javap.ConstantWriter.report:(Lcom/sun/tools/classfile/ConstantPoolException;)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javap/ConstantWriter$StringValueVisitor;
0 4 1 info Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;
3 4 2 e Lcom/sun/tools/classfile/ConstantPoolException;
Exception table:
from to target type
0 1 2 Class com.sun.tools.classfile.ConstantPoolException
MethodParameters:
Name Flags
info
public java.lang.Object visitDynamicConstant(com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitDynamicConstant:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitFloat(com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitFloat:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitMethodType(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitMethodType:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitDouble(com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitDouble:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitUtf8(com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitUtf8:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitMethodHandle(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitMethodHandle:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitInterfaceMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitInterfaceMethodref:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitLong(com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitLong:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitNameAndType(com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitNameAndType:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitFieldref(com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitFieldref:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitModule(com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitModule:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitInteger(com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitInteger:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitInvokeDynamic(com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitInvokeDynamic:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitPackage(com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitPackage:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitClass(com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitClass:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitMethodref:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object visitString(com.sun.tools.classfile.ConstantPool$CONSTANT_String_info, java.lang.Object);
descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;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.Void
invokevirtual com.sun.tools.javap.ConstantWriter$StringValueVisitor.visitString:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;Ljava/lang/Void;)Ljava/lang/String;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/sun/tools/classfile/ConstantPool$Visitor<Ljava/lang/String;Ljava/lang/Void;>;
SourceFile: "ConstantWriter.java"
NestHost: com.sun.tools.javap.ConstantWriter
InnerClasses:
public CONSTANT_Class_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_Double_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_Dynamic_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_Fieldref_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_Float_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_Integer_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_InterfaceMethodref_info = com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_InvokeDynamic_info = com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_Long_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_MethodHandle_info = com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_MethodType_info = com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_Methodref_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_Module_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_NameAndType_info = com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_Package_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_String_info = com.sun.tools.classfile.ConstantPool$CONSTANT_String_info of com.sun.tools.classfile.ConstantPool
public CONSTANT_Utf8_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info of com.sun.tools.classfile.ConstantPool
public abstract CPInfo = com.sun.tools.classfile.ConstantPool$CPInfo of com.sun.tools.classfile.ConstantPool
public abstract CPRefInfo = com.sun.tools.classfile.ConstantPool$CPRefInfo of com.sun.tools.classfile.ConstantPool
public abstract Visitor = com.sun.tools.classfile.ConstantPool$Visitor of com.sun.tools.classfile.ConstantPool
private StringValueVisitor = com.sun.tools.javap.ConstantWriter$StringValueVisitor of com.sun.tools.javap.ConstantWriter