final class oadd.com.google.protobuf.StructuralMessageInfo extends java.lang.Object implements oadd.com.google.protobuf.MessageInfo
{
private final oadd.com.google.protobuf.ProtoSyntax syntax;
private final boolean messageSetWireFormat;
private final int[] checkInitialized;
private final oadd.com.google.protobuf.FieldInfo[] fields;
private final oadd.com.google.protobuf.MessageLite defaultInstance;
void <init>(oadd.com.google.protobuf.ProtoSyntax, boolean, int[], oadd.com.google.protobuf.FieldInfo[], java.lang.Object)
{
oadd.com.google.protobuf.ProtoSyntax v;
oadd.com.google.protobuf.FieldInfo[] v;
int[] v;
java.lang.Object v, v;
oadd.com.google.protobuf.StructuralMessageInfo v;
boolean v;
v := @this: oadd.com.google.protobuf.StructuralMessageInfo;
v := @parameter: oadd.com.google.protobuf.ProtoSyntax;
v := @parameter: boolean;
v := @parameter: int[];
v := @parameter: oadd.com.google.protobuf.FieldInfo[];
v := @parameter: java.lang.Object;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<oadd.com.google.protobuf.StructuralMessageInfo: oadd.com.google.protobuf.ProtoSyntax syntax> = v;
v.<oadd.com.google.protobuf.StructuralMessageInfo: boolean messageSetWireFormat> = v;
v.<oadd.com.google.protobuf.StructuralMessageInfo: int[] checkInitialized> = v;
v.<oadd.com.google.protobuf.StructuralMessageInfo: oadd.com.google.protobuf.FieldInfo[] fields> = v;
v = staticinvoke <oadd.com.google.protobuf.Internal: java.lang.Object checkNotNull(java.lang.Object,java.lang.String)>(v, "defaultInstance");
v.<oadd.com.google.protobuf.StructuralMessageInfo: oadd.com.google.protobuf.MessageLite defaultInstance> = v;
return;
}
public oadd.com.google.protobuf.ProtoSyntax getSyntax()
{
oadd.com.google.protobuf.ProtoSyntax v;
oadd.com.google.protobuf.StructuralMessageInfo v;
v := @this: oadd.com.google.protobuf.StructuralMessageInfo;
v = v.<oadd.com.google.protobuf.StructuralMessageInfo: oadd.com.google.protobuf.ProtoSyntax syntax>;
return v;
}
public boolean isMessageSetWireFormat()
{
oadd.com.google.protobuf.StructuralMessageInfo v;
boolean v;
v := @this: oadd.com.google.protobuf.StructuralMessageInfo;
v = v.<oadd.com.google.protobuf.StructuralMessageInfo: boolean messageSetWireFormat>;
return v;
}
public int[] getCheckInitialized()
{
oadd.com.google.protobuf.StructuralMessageInfo v;
int[] v;
v := @this: oadd.com.google.protobuf.StructuralMessageInfo;
v = v.<oadd.com.google.protobuf.StructuralMessageInfo: int[] checkInitialized>;
return v;
}
public oadd.com.google.protobuf.FieldInfo[] getFields()
{
oadd.com.google.protobuf.FieldInfo[] v;
oadd.com.google.protobuf.StructuralMessageInfo v;
v := @this: oadd.com.google.protobuf.StructuralMessageInfo;
v = v.<oadd.com.google.protobuf.StructuralMessageInfo: oadd.com.google.protobuf.FieldInfo[] fields>;
return v;
}
public oadd.com.google.protobuf.MessageLite getDefaultInstance()
{
oadd.com.google.protobuf.MessageLite v;
oadd.com.google.protobuf.StructuralMessageInfo v;
v := @this: oadd.com.google.protobuf.StructuralMessageInfo;
v = v.<oadd.com.google.protobuf.StructuralMessageInfo: oadd.com.google.protobuf.MessageLite defaultInstance>;
return v;
}
public static oadd.com.google.protobuf.StructuralMessageInfo$Builder newBuilder()
{
oadd.com.google.protobuf.StructuralMessageInfo$Builder v;
v = new oadd.com.google.protobuf.StructuralMessageInfo$Builder;
specialinvoke v.<oadd.com.google.protobuf.StructuralMessageInfo$Builder: void <init>()>();
return v;
}
public static oadd.com.google.protobuf.StructuralMessageInfo$Builder newBuilder(int)
{
int v;
oadd.com.google.protobuf.StructuralMessageInfo$Builder v;
v := @parameter: int;
v = new oadd.com.google.protobuf.StructuralMessageInfo$Builder;
specialinvoke v.<oadd.com.google.protobuf.StructuralMessageInfo$Builder: void <init>(int)>(v);
return v;
}
}