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

public static final class EsdbgProtos.EvalData.Builder
extends com.google.protobuf.GeneratedMessage.Builder<EsdbgProtos.EvalData.Builder>
implements EsdbgProtos.EvalDataOrBuilder


Method Summary
 EsdbgProtos.EvalData.Builder addAllVariableList(java.lang.Iterable<? extends EsdbgProtos.EvalData.Variable> values)
           
 EsdbgProtos.EvalData.Builder addVariableList(EsdbgProtos.EvalData.Variable.Builder builderForValue)
           
 EsdbgProtos.EvalData.Builder addVariableList(EsdbgProtos.EvalData.Variable value)
           
 EsdbgProtos.EvalData.Builder addVariableList(int index, EsdbgProtos.EvalData.Variable.Builder builderForValue)
           
 EsdbgProtos.EvalData.Builder addVariableList(int index, EsdbgProtos.EvalData.Variable value)
           
 EsdbgProtos.EvalData.Variable.Builder addVariableListBuilder()
           
 EsdbgProtos.EvalData.Variable.Builder addVariableListBuilder(int index)
           
 EsdbgProtos.EvalData build()
           
 EsdbgProtos.EvalData buildPartial()
           
 EsdbgProtos.EvalData.Builder clear()
           
 EsdbgProtos.EvalData.Builder clearFrameIndex()
           
 EsdbgProtos.EvalData.Builder clearRuntimeID()
           
 EsdbgProtos.EvalData.Builder clearScriptData()
           
 EsdbgProtos.EvalData.Builder clearThreadID()
           
 EsdbgProtos.EvalData.Builder clearVariableList()
           
 EsdbgProtos.EvalData.Builder clone()
           
 EsdbgProtos.EvalData getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 int getFrameIndex()
           
 int getRuntimeID()
           
 java.lang.String getScriptData()
           
 int getThreadID()
           
 EsdbgProtos.EvalData.Variable getVariableList(int index)
           
 EsdbgProtos.EvalData.Variable.Builder getVariableListBuilder(int index)
           
 java.util.List<EsdbgProtos.EvalData.Variable.Builder> getVariableListBuilderList()
           
 int getVariableListCount()
           
 java.util.List<EsdbgProtos.EvalData.Variable> getVariableListList()
           
 EsdbgProtos.EvalData.VariableOrBuilder getVariableListOrBuilder(int index)
           
 java.util.List<? extends EsdbgProtos.EvalData.VariableOrBuilder> getVariableListOrBuilderList()
           
 boolean hasFrameIndex()
           
 boolean hasRuntimeID()
           
 boolean hasScriptData()
           
 boolean hasThreadID()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 EsdbgProtos.EvalData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 EsdbgProtos.EvalData.Builder mergeFrom(EsdbgProtos.EvalData other)
           
 EsdbgProtos.EvalData.Builder mergeFrom(com.google.protobuf.Message other)
           
 EsdbgProtos.EvalData.Builder removeVariableList(int index)
           
 EsdbgProtos.EvalData.Builder setFrameIndex(int value)
           
 EsdbgProtos.EvalData.Builder setRuntimeID(int value)
           
 EsdbgProtos.EvalData.Builder setScriptData(java.lang.String value)
           
 EsdbgProtos.EvalData.Builder setThreadID(int value)
           
 EsdbgProtos.EvalData.Builder setVariableList(int index, EsdbgProtos.EvalData.Variable.Builder builderForValue)
           
 EsdbgProtos.EvalData.Builder setVariableList(int index, EsdbgProtos.EvalData.Variable 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<EsdbgProtos.EvalData.Builder>

clear

public EsdbgProtos.EvalData.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<EsdbgProtos.EvalData.Builder>

clone

public EsdbgProtos.EvalData.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<EsdbgProtos.EvalData.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<EsdbgProtos.EvalData.Builder>

getDefaultInstanceForType

public EsdbgProtos.EvalData getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public EsdbgProtos.EvalData.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<EsdbgProtos.EvalData.Builder>

mergeFrom

public EsdbgProtos.EvalData.Builder mergeFrom(EsdbgProtos.EvalData other)

isInitialized

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

mergeFrom

public EsdbgProtos.EvalData.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<EsdbgProtos.EvalData.Builder>
Throws:
java.io.IOException

hasRuntimeID

public boolean hasRuntimeID()
Specified by:
hasRuntimeID in interface EsdbgProtos.EvalDataOrBuilder

getRuntimeID

public int getRuntimeID()
Specified by:
getRuntimeID in interface EsdbgProtos.EvalDataOrBuilder

setRuntimeID

public EsdbgProtos.EvalData.Builder setRuntimeID(int value)

clearRuntimeID

public EsdbgProtos.EvalData.Builder clearRuntimeID()

hasThreadID

public boolean hasThreadID()
Specified by:
hasThreadID in interface EsdbgProtos.EvalDataOrBuilder

getThreadID

public int getThreadID()
Specified by:
getThreadID in interface EsdbgProtos.EvalDataOrBuilder

setThreadID

public EsdbgProtos.EvalData.Builder setThreadID(int value)

clearThreadID

public EsdbgProtos.EvalData.Builder clearThreadID()

hasFrameIndex

public boolean hasFrameIndex()
Specified by:
hasFrameIndex in interface EsdbgProtos.EvalDataOrBuilder

getFrameIndex

public int getFrameIndex()
Specified by:
getFrameIndex in interface EsdbgProtos.EvalDataOrBuilder

setFrameIndex

public EsdbgProtos.EvalData.Builder setFrameIndex(int value)

clearFrameIndex

public EsdbgProtos.EvalData.Builder clearFrameIndex()

hasScriptData

public boolean hasScriptData()
Specified by:
hasScriptData in interface EsdbgProtos.EvalDataOrBuilder

getScriptData

public java.lang.String getScriptData()
Specified by:
getScriptData in interface EsdbgProtos.EvalDataOrBuilder

setScriptData

public EsdbgProtos.EvalData.Builder setScriptData(java.lang.String value)

clearScriptData

public EsdbgProtos.EvalData.Builder clearScriptData()

getVariableListList

public java.util.List<EsdbgProtos.EvalData.Variable> getVariableListList()
Specified by:
getVariableListList in interface EsdbgProtos.EvalDataOrBuilder

getVariableListCount

public int getVariableListCount()
Specified by:
getVariableListCount in interface EsdbgProtos.EvalDataOrBuilder

getVariableList

public EsdbgProtos.EvalData.Variable getVariableList(int index)
Specified by:
getVariableList in interface EsdbgProtos.EvalDataOrBuilder

setVariableList

public EsdbgProtos.EvalData.Builder setVariableList(int index,
                                                    EsdbgProtos.EvalData.Variable value)

setVariableList

public EsdbgProtos.EvalData.Builder setVariableList(int index,
                                                    EsdbgProtos.EvalData.Variable.Builder builderForValue)

addVariableList

public EsdbgProtos.EvalData.Builder addVariableList(EsdbgProtos.EvalData.Variable value)

addVariableList

public EsdbgProtos.EvalData.Builder addVariableList(int index,
                                                    EsdbgProtos.EvalData.Variable value)

addVariableList

public EsdbgProtos.EvalData.Builder addVariableList(EsdbgProtos.EvalData.Variable.Builder builderForValue)

addVariableList

public EsdbgProtos.EvalData.Builder addVariableList(int index,
                                                    EsdbgProtos.EvalData.Variable.Builder builderForValue)

addAllVariableList

public EsdbgProtos.EvalData.Builder addAllVariableList(java.lang.Iterable<? extends EsdbgProtos.EvalData.Variable> values)

clearVariableList

public EsdbgProtos.EvalData.Builder clearVariableList()

removeVariableList

public EsdbgProtos.EvalData.Builder removeVariableList(int index)

getVariableListBuilder

public EsdbgProtos.EvalData.Variable.Builder getVariableListBuilder(int index)

getVariableListOrBuilder

public EsdbgProtos.EvalData.VariableOrBuilder getVariableListOrBuilder(int index)
Specified by:
getVariableListOrBuilder in interface EsdbgProtos.EvalDataOrBuilder

getVariableListOrBuilderList

public java.util.List<? extends EsdbgProtos.EvalData.VariableOrBuilder> getVariableListOrBuilderList()
Specified by:
getVariableListOrBuilderList in interface EsdbgProtos.EvalDataOrBuilder

addVariableListBuilder

public EsdbgProtos.EvalData.Variable.Builder addVariableListBuilder()

addVariableListBuilder

public EsdbgProtos.EvalData.Variable.Builder addVariableListBuilder(int index)

getVariableListBuilderList

public java.util.List<EsdbgProtos.EvalData.Variable.Builder> getVariableListBuilderList()


Copyright © 2011. All Rights Reserved.