com.opera.core.systems.scope.protos
Class EcmascriptProtos.ObjectList.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.ObjectList.Builder>
              extended by com.opera.core.systems.scope.protos.EcmascriptProtos.ObjectList.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EcmascriptProtos.ObjectListOrBuilder, Cloneable
Enclosing class:
EcmascriptProtos.ObjectList

public static final class EcmascriptProtos.ObjectList.Builder
extends com.google.protobuf.GeneratedMessage.Builder<EcmascriptProtos.ObjectList.Builder>
implements EcmascriptProtos.ObjectListOrBuilder


Method Summary
 EcmascriptProtos.ObjectList.Builder addAllPrototypeList(Iterable<? extends EcmascriptProtos.PrototypeChain> values)
           
 EcmascriptProtos.ObjectList.Builder addPrototypeList(EcmascriptProtos.PrototypeChain.Builder builderForValue)
           
 EcmascriptProtos.ObjectList.Builder addPrototypeList(EcmascriptProtos.PrototypeChain value)
           
 EcmascriptProtos.ObjectList.Builder addPrototypeList(int index, EcmascriptProtos.PrototypeChain.Builder builderForValue)
           
 EcmascriptProtos.ObjectList.Builder addPrototypeList(int index, EcmascriptProtos.PrototypeChain value)
           
 EcmascriptProtos.PrototypeChain.Builder addPrototypeListBuilder()
           
 EcmascriptProtos.PrototypeChain.Builder addPrototypeListBuilder(int index)
           
 EcmascriptProtos.ObjectList build()
           
 EcmascriptProtos.ObjectList buildPartial()
           
 EcmascriptProtos.ObjectList.Builder clear()
           
 EcmascriptProtos.ObjectList.Builder clearPrototypeList()
           
 EcmascriptProtos.ObjectList.Builder clone()
           
 EcmascriptProtos.ObjectList getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 EcmascriptProtos.PrototypeChain getPrototypeList(int index)
           
 EcmascriptProtos.PrototypeChain.Builder getPrototypeListBuilder(int index)
           
 List<EcmascriptProtos.PrototypeChain.Builder> getPrototypeListBuilderList()
           
 int getPrototypeListCount()
           
 List<EcmascriptProtos.PrototypeChain> getPrototypeListList()
           
 EcmascriptProtos.PrototypeChainOrBuilder getPrototypeListOrBuilder(int index)
           
 List<? extends EcmascriptProtos.PrototypeChainOrBuilder> getPrototypeListOrBuilderList()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 EcmascriptProtos.ObjectList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 EcmascriptProtos.ObjectList.Builder mergeFrom(EcmascriptProtos.ObjectList other)
           
 EcmascriptProtos.ObjectList.Builder mergeFrom(com.google.protobuf.Message other)
           
 EcmascriptProtos.ObjectList.Builder removePrototypeList(int index)
           
 EcmascriptProtos.ObjectList.Builder setPrototypeList(int index, EcmascriptProtos.PrototypeChain.Builder builderForValue)
           
 EcmascriptProtos.ObjectList.Builder setPrototypeList(int index, EcmascriptProtos.PrototypeChain 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.ObjectList.Builder>

clear

public EcmascriptProtos.ObjectList.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.ObjectList.Builder>

clone

public EcmascriptProtos.ObjectList.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.ObjectList.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.ObjectList.Builder>

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public EcmascriptProtos.ObjectList.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.ObjectList.Builder>

mergeFrom

public EcmascriptProtos.ObjectList.Builder mergeFrom(EcmascriptProtos.ObjectList 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.ObjectList.Builder>

mergeFrom

public EcmascriptProtos.ObjectList.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws 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.ObjectList.Builder>
Throws:
IOException

getPrototypeListList

public List<EcmascriptProtos.PrototypeChain> getPrototypeListList()
Specified by:
getPrototypeListList in interface EcmascriptProtos.ObjectListOrBuilder

getPrototypeListCount

public int getPrototypeListCount()
Specified by:
getPrototypeListCount in interface EcmascriptProtos.ObjectListOrBuilder

getPrototypeList

public EcmascriptProtos.PrototypeChain getPrototypeList(int index)
Specified by:
getPrototypeList in interface EcmascriptProtos.ObjectListOrBuilder

setPrototypeList

public EcmascriptProtos.ObjectList.Builder setPrototypeList(int index,
                                                            EcmascriptProtos.PrototypeChain value)

setPrototypeList

public EcmascriptProtos.ObjectList.Builder setPrototypeList(int index,
                                                            EcmascriptProtos.PrototypeChain.Builder builderForValue)

addPrototypeList

public EcmascriptProtos.ObjectList.Builder addPrototypeList(EcmascriptProtos.PrototypeChain value)

addPrototypeList

public EcmascriptProtos.ObjectList.Builder addPrototypeList(int index,
                                                            EcmascriptProtos.PrototypeChain value)

addPrototypeList

public EcmascriptProtos.ObjectList.Builder addPrototypeList(EcmascriptProtos.PrototypeChain.Builder builderForValue)

addPrototypeList

public EcmascriptProtos.ObjectList.Builder addPrototypeList(int index,
                                                            EcmascriptProtos.PrototypeChain.Builder builderForValue)

addAllPrototypeList

public EcmascriptProtos.ObjectList.Builder addAllPrototypeList(Iterable<? extends EcmascriptProtos.PrototypeChain> values)

clearPrototypeList

public EcmascriptProtos.ObjectList.Builder clearPrototypeList()

removePrototypeList

public EcmascriptProtos.ObjectList.Builder removePrototypeList(int index)

getPrototypeListBuilder

public EcmascriptProtos.PrototypeChain.Builder getPrototypeListBuilder(int index)

getPrototypeListOrBuilder

public EcmascriptProtos.PrototypeChainOrBuilder getPrototypeListOrBuilder(int index)
Specified by:
getPrototypeListOrBuilder in interface EcmascriptProtos.ObjectListOrBuilder

getPrototypeListOrBuilderList

public List<? extends EcmascriptProtos.PrototypeChainOrBuilder> getPrototypeListOrBuilderList()
Specified by:
getPrototypeListOrBuilderList in interface EcmascriptProtos.ObjectListOrBuilder

addPrototypeListBuilder

public EcmascriptProtos.PrototypeChain.Builder addPrototypeListBuilder()

addPrototypeListBuilder

public EcmascriptProtos.PrototypeChain.Builder addPrototypeListBuilder(int index)

getPrototypeListBuilderList

public List<EcmascriptProtos.PrototypeChain.Builder> getPrototypeListBuilderList()


Copyright © 2012. All Rights Reserved.