class com.google.protobuf.TextFormatEscaper$2 implements com.google.protobuf.TextFormatEscaper$ByteSequence
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.protobuf.TextFormatEscaper$2
super_class: java.lang.Object
{
private final byte[] val$input;
descriptor: [B
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(byte[]);
descriptor: ([B)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.google.protobuf.TextFormatEscaper$2.val$input:[B
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/TextFormatEscaper$2;
MethodParameters:
Name Flags
val$input final
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.protobuf.TextFormatEscaper$2.val$input:[B
arraylength
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/TextFormatEscaper$2;
public byte byteAt(int);
descriptor: (I)B
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.TextFormatEscaper$2.val$input:[B
iload 1
baload
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/TextFormatEscaper$2;
0 1 1 offset I
MethodParameters:
Name Flags
offset
}
SourceFile: "TextFormatEscaper.java"
EnclosingMethod: com.google.protobuf.TextFormatEscaper.escapeBytes:([B)Ljava/lang/String;
NestHost: com.google.protobuf.TextFormatEscaper
InnerClasses:
com.google.protobuf.TextFormatEscaper$2
private abstract ByteSequence = com.google.protobuf.TextFormatEscaper$ByteSequence of com.google.protobuf.TextFormatEscaper