class com.google.protobuf.WireFormat$Utf8Validation$2 extends com.google.protobuf.WireFormat$Utf8Validation
minor version: 0
major version: 59
flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
this_class: com.google.protobuf.WireFormat$Utf8Validation$2
super_class: com.google.protobuf.WireFormat$Utf8Validation
{
void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 // com.google.protobuf.WireFormat$Utf8Validation$2 this
0: .line 197
aload 0 /* this */
aload 1
iload 2
invokespecial com.google.protobuf.WireFormat$Utf8Validation.<init>:(Ljava/lang/String;I)V
return
end local 0 // com.google.protobuf.WireFormat$Utf8Validation$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/WireFormat$Utf8Validation$2;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
java.lang.Object readString(com.google.protobuf.CodedInputStream);
descriptor: (Lcom/google/protobuf/CodedInputStream;)Ljava/lang/Object;
flags: (0x0000)
Code:
stack=1, locals=2, args_size=2
start local 0 // com.google.protobuf.WireFormat$Utf8Validation$2 this
start local 1 // com.google.protobuf.CodedInputStream input
0: .line 200
aload 1 /* input */
invokevirtual com.google.protobuf.CodedInputStream.readStringRequireUtf8:()Ljava/lang/String;
areturn
end local 1 // com.google.protobuf.CodedInputStream input
end local 0 // com.google.protobuf.WireFormat$Utf8Validation$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/WireFormat$Utf8Validation$2;
0 1 1 input Lcom/google/protobuf/CodedInputStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
}
SourceFile: "WireFormat.java"
EnclosingMethod: com.google.protobuf.WireFormat$Utf8Validation
NestHost: com.google.protobuf.WireFormat
InnerClasses:
abstract Utf8Validation = com.google.protobuf.WireFormat$Utf8Validation of com.google.protobuf.WireFormat
com.google.protobuf.WireFormat$Utf8Validation$2