com.opera.core.systems.scope.protos
Class EcmascriptProtos.Object.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<EcmascriptProtos.Object.Builder>
              extended by com.opera.core.systems.scope.protos.EcmascriptProtos.Object.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EcmascriptProtos.ObjectOrBuilder, java.lang.Cloneable
Enclosing class:
EcmascriptProtos.Object

public static final class EcmascriptProtos.Object.Builder
extends com.google.protobuf.GeneratedMessage.Builder<EcmascriptProtos.Object.Builder>
implements EcmascriptProtos.ObjectOrBuilder


Method Summary
 EcmascriptProtos.Object.Builder addAllPropertyList(java.lang.Iterable<? extends EcmascriptProtos.Object.Property> values)
           
 EcmascriptProtos.Object.Builder addPropertyList(EcmascriptProtos.Object.Property.Builder builderForValue)
           
 EcmascriptProtos.Object.Builder addPropertyList(EcmascriptProtos.Object.Property value)
           
 EcmascriptProtos.Object.Builder addPropertyList(int index, EcmascriptProtos.Object.Property.Builder builderForValue)
           
 EcmascriptProtos.Object.Builder addPropertyList(int index, EcmascriptProtos.Object.Property value)
           
 EcmascriptProtos.Object.Property.Builder addPropertyListBuilder()
           
 EcmascriptProtos.Object.Property.Builder addPropertyListBuilder(int index)
           
 EcmascriptProtos.Object build()
           
 EcmascriptProtos.Object buildPartial()
           
 EcmascriptProtos.Object.Builder clear()
           
 EcmascriptProtos.Object.Builder clearClassName()
           
 EcmascriptProtos.Object.Builder clearFunctionName()
           
 EcmascriptProtos.Object.Builder clearIsCallable()
           
 EcmascriptProtos.Object.Builder clearObjectID()
           
 EcmascriptProtos.Object.Builder clearPropertyList()
           
 EcmascriptProtos.Object.Builder clearPrototypeID()
           
 EcmascriptProtos.Object.Builder clearType()
           
 EcmascriptProtos.Object.Builder clone()
           
 java.lang.String getClassName()
           
 EcmascriptProtos.Object getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 java.lang.String getFunctionName()
           
 boolean getIsCallable()
           
 int getObjectID()
           
 EcmascriptProtos.Object.Property getPropertyList(int index)
           
 EcmascriptProtos.Object.Property.Builder getPropertyListBuilder(int index)
           
 java.util.List<EcmascriptProtos.Object.Property.Builder> getPropertyListBuilderList()
           
 int getPropertyListCount()
           
 java.util.List<EcmascriptProtos.Object.Property> getPropertyListList()
           
 EcmascriptProtos.Object.PropertyOrBuilder getPropertyListOrBuilder(int index)
           
 java.util.List<? extends EcmascriptProtos.Object.PropertyOrBuilder> getPropertyListOrBuilderList()
           
 int getPrototypeID()
           
 EcmascriptProtos.Object.ObjectType getType()
           
 boolean hasClassName()
           
 boolean hasFunctionName()
           
 boolean hasIsCallable()
           
 boolean hasObjectID()
           
 boolean hasPrototypeID()
           
 boolean hasType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 EcmascriptProtos.Object.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 EcmascriptProtos.Object.Builder mergeFrom(EcmascriptProtos.Object other)
           
 EcmascriptProtos.Object.Builder mergeFrom(com.google.protobuf.Message other)
           
 EcmascriptProtos.Object.Builder removePropertyList(int index)
           
 EcmascriptProtos.Object.Builder setClassName(java.lang.String value)
           
 EcmascriptProtos.Object.Builder setFunctionName(java.lang.String value)
           
 EcmascriptProtos.Object.Builder setIsCallable(boolean value)
           
 EcmascriptProtos.Object.Builder setObjectID(int value)
           
 EcmascriptProtos.Object.Builder setPropertyList(int index, EcmascriptProtos.Object.Property.Builder builderForValue)
           
 EcmascriptProtos.Object.Builder setPropertyList(int index, EcmascriptProtos.Object.Property value)
           
 EcmascriptProtos.Object.Builder setPrototypeID(int value)
           
 EcmascriptProtos.Object.Builder setType(EcmascriptProtos.Object.ObjectType value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<EcmascriptProtos.Object.Builder>

clear

public EcmascriptProtos.Object.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<EcmascriptProtos.Object.Builder>

clone

public EcmascriptProtos.Object.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<EcmascriptProtos.Object.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<EcmascriptProtos.Object.Builder>

getDefaultInstanceForType

public EcmascriptProtos.Object getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public EcmascriptProtos.Object build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public EcmascriptProtos.Object buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public EcmascriptProtos.Object.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EcmascriptProtos.Object.Builder>

mergeFrom

public EcmascriptProtos.Object.Builder mergeFrom(EcmascriptProtos.Object other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<EcmascriptProtos.Object.Builder>

mergeFrom

public EcmascriptProtos.Object.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EcmascriptProtos.Object.Builder>
Throws:
java.io.IOException

hasObjectID

public boolean hasObjectID()
Specified by:
hasObjectID in interface EcmascriptProtos.ObjectOrBuilder

getObjectID

public int getObjectID()
Specified by:
getObjectID in interface EcmascriptProtos.ObjectOrBuilder

setObjectID

public EcmascriptProtos.Object.Builder setObjectID(int value)

clearObjectID

public EcmascriptProtos.Object.Builder clearObjectID()

hasIsCallable

public boolean hasIsCallable()
Specified by:
hasIsCallable in interface EcmascriptProtos.ObjectOrBuilder

getIsCallable

public boolean getIsCallable()
Specified by:
getIsCallable in interface EcmascriptProtos.ObjectOrBuilder

setIsCallable

public EcmascriptProtos.Object.Builder setIsCallable(boolean value)

clearIsCallable

public EcmascriptProtos.Object.Builder clearIsCallable()

hasType

public boolean hasType()
Specified by:
hasType in interface EcmascriptProtos.ObjectOrBuilder

getType

public EcmascriptProtos.Object.ObjectType getType()
Specified by:
getType in interface EcmascriptProtos.ObjectOrBuilder

setType

public EcmascriptProtos.Object.Builder setType(EcmascriptProtos.Object.ObjectType value)

clearType

public EcmascriptProtos.Object.Builder clearType()

hasPrototypeID

public boolean hasPrototypeID()
Specified by:
hasPrototypeID in interface EcmascriptProtos.ObjectOrBuilder

getPrototypeID

public int getPrototypeID()
Specified by:
getPrototypeID in interface EcmascriptProtos.ObjectOrBuilder

setPrototypeID

public EcmascriptProtos.Object.Builder setPrototypeID(int value)

clearPrototypeID

public EcmascriptProtos.Object.Builder clearPrototypeID()

hasClassName

public boolean hasClassName()
Specified by:
hasClassName in interface EcmascriptProtos.ObjectOrBuilder

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface EcmascriptProtos.ObjectOrBuilder

setClassName

public EcmascriptProtos.Object.Builder setClassName(java.lang.String value)

clearClassName

public EcmascriptProtos.Object.Builder clearClassName()

hasFunctionName

public boolean hasFunctionName()
Specified by:
hasFunctionName in interface EcmascriptProtos.ObjectOrBuilder

getFunctionName

public java.lang.String getFunctionName()
Specified by:
getFunctionName in interface EcmascriptProtos.ObjectOrBuilder

setFunctionName

public EcmascriptProtos.Object.Builder setFunctionName(java.lang.String value)

clearFunctionName

public EcmascriptProtos.Object.Builder clearFunctionName()

getPropertyListList

public java.util.List<EcmascriptProtos.Object.Property> getPropertyListList()
Specified by:
getPropertyListList in interface EcmascriptProtos.ObjectOrBuilder

getPropertyListCount

public int getPropertyListCount()
Specified by:
getPropertyListCount in interface EcmascriptProtos.ObjectOrBuilder

getPropertyList

public EcmascriptProtos.Object.Property getPropertyList(int index)
Specified by:
getPropertyList in interface EcmascriptProtos.ObjectOrBuilder

setPropertyList

public EcmascriptProtos.Object.Builder setPropertyList(int index,
                                                       EcmascriptProtos.Object.Property value)

setPropertyList

public EcmascriptProtos.Object.Builder setPropertyList(int index,
                                                       EcmascriptProtos.Object.Property.Builder builderForValue)

addPropertyList

public EcmascriptProtos.Object.Builder addPropertyList(EcmascriptProtos.Object.Property value)

addPropertyList

public EcmascriptProtos.Object.Builder addPropertyList(int index,
                                                       EcmascriptProtos.Object.Property value)

addPropertyList

public EcmascriptProtos.Object.Builder addPropertyList(EcmascriptProtos.Object.Property.Builder builderForValue)

addPropertyList

public EcmascriptProtos.Object.Builder addPropertyList(int index,
                                                       EcmascriptProtos.Object.Property.Builder builderForValue)

addAllPropertyList

public EcmascriptProtos.Object.Builder addAllPropertyList(java.lang.Iterable<? extends EcmascriptProtos.Object.Property> values)

clearPropertyList

public EcmascriptProtos.Object.Builder clearPropertyList()

removePropertyList

public EcmascriptProtos.Object.Builder removePropertyList(int index)

getPropertyListBuilder

public EcmascriptProtos.Object.Property.Builder getPropertyListBuilder(int index)

getPropertyListOrBuilder

public EcmascriptProtos.Object.PropertyOrBuilder getPropertyListOrBuilder(int index)
Specified by:
getPropertyListOrBuilder in interface EcmascriptProtos.ObjectOrBuilder

getPropertyListOrBuilderList

public java.util.List<? extends EcmascriptProtos.Object.PropertyOrBuilder> getPropertyListOrBuilderList()
Specified by:
getPropertyListOrBuilderList in interface EcmascriptProtos.ObjectOrBuilder

addPropertyListBuilder

public EcmascriptProtos.Object.Property.Builder addPropertyListBuilder()

addPropertyListBuilder

public EcmascriptProtos.Object.Property.Builder addPropertyListBuilder(int index)

getPropertyListBuilderList

public java.util.List<EcmascriptProtos.Object.Property.Builder> getPropertyListBuilderList()


Copyright © 2011. All Rights Reserved.