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

public static final class EsdbgProtos.DomParseError.Builder
extends com.google.protobuf.GeneratedMessage.Builder<EsdbgProtos.DomParseError.Builder>
implements EsdbgProtos.DomParseErrorOrBuilder


Method Summary
 EsdbgProtos.DomParseError build()
           
 EsdbgProtos.DomParseError buildPartial()
           
 EsdbgProtos.DomParseError.Builder clear()
           
 EsdbgProtos.DomParseError.Builder clearContext()
           
 EsdbgProtos.DomParseError.Builder clearDescription()
           
 EsdbgProtos.DomParseError.Builder clearLineNumber()
           
 EsdbgProtos.DomParseError.Builder clearOffset()
           
 EsdbgProtos.DomParseError.Builder clearRuntimeID()
           
 EsdbgProtos.DomParseError.Builder clearScriptID()
           
 EsdbgProtos.DomParseError.Builder clone()
           
 java.lang.String getContext()
           
 EsdbgProtos.DomParseError getDefaultInstanceForType()
           
 java.lang.String getDescription()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 int getLineNumber()
           
 int getOffset()
           
 int getRuntimeID()
           
 int getScriptID()
           
 boolean hasContext()
           
 boolean hasDescription()
           
 boolean hasLineNumber()
           
 boolean hasOffset()
           
 boolean hasRuntimeID()
           
 boolean hasScriptID()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 EsdbgProtos.DomParseError.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 EsdbgProtos.DomParseError.Builder mergeFrom(EsdbgProtos.DomParseError other)
           
 EsdbgProtos.DomParseError.Builder mergeFrom(com.google.protobuf.Message other)
           
 EsdbgProtos.DomParseError.Builder setContext(java.lang.String value)
           
 EsdbgProtos.DomParseError.Builder setDescription(java.lang.String value)
           
 EsdbgProtos.DomParseError.Builder setLineNumber(int value)
           
 EsdbgProtos.DomParseError.Builder setOffset(int value)
           
 EsdbgProtos.DomParseError.Builder setRuntimeID(int value)
           
 EsdbgProtos.DomParseError.Builder setScriptID(int 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.DomParseError.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

public EsdbgProtos.DomParseError.Builder mergeFrom(EsdbgProtos.DomParseError 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.DomParseError.Builder>

mergeFrom

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

hasRuntimeID

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

getRuntimeID

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

setRuntimeID

public EsdbgProtos.DomParseError.Builder setRuntimeID(int value)

clearRuntimeID

public EsdbgProtos.DomParseError.Builder clearRuntimeID()

hasScriptID

public boolean hasScriptID()
Specified by:
hasScriptID in interface EsdbgProtos.DomParseErrorOrBuilder

getScriptID

public int getScriptID()
Specified by:
getScriptID in interface EsdbgProtos.DomParseErrorOrBuilder

setScriptID

public EsdbgProtos.DomParseError.Builder setScriptID(int value)

clearScriptID

public EsdbgProtos.DomParseError.Builder clearScriptID()

hasLineNumber

public boolean hasLineNumber()
Specified by:
hasLineNumber in interface EsdbgProtos.DomParseErrorOrBuilder

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface EsdbgProtos.DomParseErrorOrBuilder

setLineNumber

public EsdbgProtos.DomParseError.Builder setLineNumber(int value)

clearLineNumber

public EsdbgProtos.DomParseError.Builder clearLineNumber()

hasOffset

public boolean hasOffset()
Specified by:
hasOffset in interface EsdbgProtos.DomParseErrorOrBuilder

getOffset

public int getOffset()
Specified by:
getOffset in interface EsdbgProtos.DomParseErrorOrBuilder

setOffset

public EsdbgProtos.DomParseError.Builder setOffset(int value)

clearOffset

public EsdbgProtos.DomParseError.Builder clearOffset()

hasContext

public boolean hasContext()
Specified by:
hasContext in interface EsdbgProtos.DomParseErrorOrBuilder

getContext

public java.lang.String getContext()
Specified by:
getContext in interface EsdbgProtos.DomParseErrorOrBuilder

setContext

public EsdbgProtos.DomParseError.Builder setContext(java.lang.String value)

clearContext

public EsdbgProtos.DomParseError.Builder clearContext()

hasDescription

public boolean hasDescription()
Specified by:
hasDescription in interface EsdbgProtos.DomParseErrorOrBuilder

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface EsdbgProtos.DomParseErrorOrBuilder

setDescription

public EsdbgProtos.DomParseError.Builder setDescription(java.lang.String value)

clearDescription

public EsdbgProtos.DomParseError.Builder clearDescription()


Copyright © 2011. All Rights Reserved.