public abstract class oadd.com.google.protobuf.ExtensionLite extends java.lang.Object
{
public void <init>()
{
oadd.com.google.protobuf.ExtensionLite v;
v := @this: oadd.com.google.protobuf.ExtensionLite;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public abstract int getNumber();
public abstract oadd.com.google.protobuf.WireFormat$FieldType getLiteType();
public abstract boolean isRepeated();
public abstract java.lang.Object getDefaultValue();
public abstract oadd.com.google.protobuf.MessageLite getMessageDefaultInstance();
boolean isLite()
{
oadd.com.google.protobuf.ExtensionLite v;
v := @this: oadd.com.google.protobuf.ExtensionLite;
return 1;
}
}