public static final class EcmascriptProtos.Value extends com.google.protobuf.GeneratedMessage implements EcmascriptProtos.ValueOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
EcmascriptProtos.Value.Builder |
static class |
EcmascriptProtos.Value.Type |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
NUMBER_FIELD_NUMBER |
static int |
OBJECT_FIELD_NUMBER |
static int |
STR_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static EcmascriptProtos.Value |
getDefaultInstance() |
EcmascriptProtos.Value |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getNumber() |
EcmascriptProtos.Object |
getObject() |
EcmascriptProtos.ObjectOrBuilder |
getObjectOrBuilder() |
int |
getSerializedSize() |
String |
getStr() |
EcmascriptProtos.Value.Type |
getType() |
boolean |
hasNumber() |
boolean |
hasObject() |
boolean |
hasStr() |
boolean |
hasType() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static EcmascriptProtos.Value.Builder |
newBuilder() |
static EcmascriptProtos.Value.Builder |
newBuilder(EcmascriptProtos.Value prototype) |
EcmascriptProtos.Value.Builder |
newBuilderForType() |
protected EcmascriptProtos.Value.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static EcmascriptProtos.Value |
parseDelimitedFrom(InputStream input) |
static EcmascriptProtos.Value |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EcmascriptProtos.Value |
parseFrom(byte[] data) |
static EcmascriptProtos.Value |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EcmascriptProtos.Value |
parseFrom(com.google.protobuf.ByteString data) |
static EcmascriptProtos.Value |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EcmascriptProtos.Value |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EcmascriptProtos.Value |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EcmascriptProtos.Value |
parseFrom(InputStream input) |
static EcmascriptProtos.Value |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EcmascriptProtos.Value.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TYPE_FIELD_NUMBER
public static final int NUMBER_FIELD_NUMBER
public static final int STR_FIELD_NUMBER
public static final int OBJECT_FIELD_NUMBER
public static EcmascriptProtos.Value getDefaultInstance()
public EcmascriptProtos.Value getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasType()
hasType in interface EcmascriptProtos.ValueOrBuilderpublic EcmascriptProtos.Value.Type getType()
getType in interface EcmascriptProtos.ValueOrBuilderpublic boolean hasNumber()
hasNumber in interface EcmascriptProtos.ValueOrBuilderpublic double getNumber()
getNumber in interface EcmascriptProtos.ValueOrBuilderpublic boolean hasStr()
hasStr in interface EcmascriptProtos.ValueOrBuilderpublic String getStr()
getStr in interface EcmascriptProtos.ValueOrBuilderpublic boolean hasObject()
hasObject in interface EcmascriptProtos.ValueOrBuilderpublic EcmascriptProtos.Object getObject()
getObject in interface EcmascriptProtos.ValueOrBuilderpublic EcmascriptProtos.ObjectOrBuilder getObjectOrBuilder()
getObjectOrBuilder in interface EcmascriptProtos.ValueOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static EcmascriptProtos.Value parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EcmascriptProtos.Value parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EcmascriptProtos.Value parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EcmascriptProtos.Value parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EcmascriptProtos.Value parseFrom(InputStream input) throws IOException
IOExceptionpublic static EcmascriptProtos.Value parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EcmascriptProtos.Value parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EcmascriptProtos.Value parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EcmascriptProtos.Value parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EcmascriptProtos.Value parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EcmascriptProtos.Value.Builder newBuilder()
public EcmascriptProtos.Value.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static EcmascriptProtos.Value.Builder newBuilder(EcmascriptProtos.Value prototype)
public EcmascriptProtos.Value.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected EcmascriptProtos.Value.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2012. All Rights Reserved.