public class com.google.protobuf.LazyField extends com.google.protobuf.LazyFieldLite
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.google.protobuf.LazyField
super_class: com.google.protobuf.LazyFieldLite
{
private final com.google.protobuf.MessageLite defaultInstance;
descriptor: Lcom/google/protobuf/MessageLite;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(com.google.protobuf.MessageLite, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString);
descriptor: (Lcom/google/protobuf/MessageLite;Lcom/google/protobuf/ExtensionRegistryLite;Lcom/google/protobuf/ByteString;)V
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
aload 2
aload 3
invokespecial com.google.protobuf.LazyFieldLite.<init>:(Lcom/google/protobuf/ExtensionRegistryLite;Lcom/google/protobuf/ByteString;)V
1: aload 0
aload 1
putfield com.google.protobuf.LazyField.defaultInstance:Lcom/google/protobuf/MessageLite;
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/protobuf/LazyField;
0 3 1 defaultInstance Lcom/google/protobuf/MessageLite;
0 3 2 extensionRegistry Lcom/google/protobuf/ExtensionRegistryLite;
0 3 3 bytes Lcom/google/protobuf/ByteString;
MethodParameters:
Name Flags
defaultInstance
extensionRegistry
bytes
public boolean containsDefaultInstance();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.google.protobuf.LazyFieldLite.containsDefaultInstance:()Z
ifne 1
aload 0
getfield com.google.protobuf.LazyField.value:Lcom/google/protobuf/MessageLite;
aload 0
getfield com.google.protobuf.LazyField.defaultInstance:Lcom/google/protobuf/MessageLite;
if_acmpeq 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/protobuf/LazyField;
public com.google.protobuf.MessageLite getValue();
descriptor: ()Lcom/google/protobuf/MessageLite;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.google.protobuf.LazyField.defaultInstance:Lcom/google/protobuf/MessageLite;
invokevirtual com.google.protobuf.LazyField.getValue:(Lcom/google/protobuf/MessageLite;)Lcom/google/protobuf/MessageLite;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/LazyField;
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.LazyField.getValue:()Lcom/google/protobuf/MessageLite;
invokevirtual java.lang.Object.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/LazyField;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual com.google.protobuf.LazyField.getValue:()Lcom/google/protobuf/MessageLite;
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/LazyField;
0 1 1 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.google.protobuf.LazyField.getValue:()Lcom/google/protobuf/MessageLite;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/LazyField;
}
SourceFile: "LazyField.java"
NestMembers:
com.google.protobuf.LazyField$LazyEntry com.google.protobuf.LazyField$LazyIterator
InnerClasses:
LazyEntry = com.google.protobuf.LazyField$LazyEntry of com.google.protobuf.LazyField
LazyIterator = com.google.protobuf.LazyField$LazyIterator of com.google.protobuf.LazyField