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

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


Method Summary
 Esdbg6Protos.DomParseError build()
           
 Esdbg6Protos.DomParseError buildPartial()
           
 Esdbg6Protos.DomParseError.Builder clear()
           
 Esdbg6Protos.DomParseError.Builder clearContext()
           
 Esdbg6Protos.DomParseError.Builder clearDescription()
           
 Esdbg6Protos.DomParseError.Builder clearLineNumber()
           
 Esdbg6Protos.DomParseError.Builder clearOffset()
           
 Esdbg6Protos.DomParseError.Builder clearRuntimeID()
           
 Esdbg6Protos.DomParseError.Builder clearScriptID()
           
 Esdbg6Protos.DomParseError.Builder clone()
           
 String getContext()
           
 Esdbg6Protos.DomParseError getDefaultInstanceForType()
           
 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()
           
 Esdbg6Protos.DomParseError.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Esdbg6Protos.DomParseError.Builder mergeFrom(Esdbg6Protos.DomParseError other)
           
 Esdbg6Protos.DomParseError.Builder mergeFrom(com.google.protobuf.Message other)
           
 Esdbg6Protos.DomParseError.Builder setContext(String value)
           
 Esdbg6Protos.DomParseError.Builder setDescription(String value)
           
 Esdbg6Protos.DomParseError.Builder setLineNumber(int value)
           
 Esdbg6Protos.DomParseError.Builder setOffset(int value)
           
 Esdbg6Protos.DomParseError.Builder setRuntimeID(int value)
           
 Esdbg6Protos.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<Esdbg6Protos.DomParseError.Builder>

clear

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

clone

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

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

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

mergeFrom

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

mergeFrom

public Esdbg6Protos.DomParseError.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<Esdbg6Protos.DomParseError.Builder>
Throws:
IOException

hasRuntimeID

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

getRuntimeID

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

setRuntimeID

public Esdbg6Protos.DomParseError.Builder setRuntimeID(int value)

clearRuntimeID

public Esdbg6Protos.DomParseError.Builder clearRuntimeID()

hasScriptID

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

getScriptID

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

setScriptID

public Esdbg6Protos.DomParseError.Builder setScriptID(int value)

clearScriptID

public Esdbg6Protos.DomParseError.Builder clearScriptID()

hasLineNumber

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

getLineNumber

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

setLineNumber

public Esdbg6Protos.DomParseError.Builder setLineNumber(int value)

clearLineNumber

public Esdbg6Protos.DomParseError.Builder clearLineNumber()

hasOffset

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

getOffset

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

setOffset

public Esdbg6Protos.DomParseError.Builder setOffset(int value)

clearOffset

public Esdbg6Protos.DomParseError.Builder clearOffset()

hasContext

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

getContext

public String getContext()
Specified by:
getContext in interface Esdbg6Protos.DomParseErrorOrBuilder

setContext

public Esdbg6Protos.DomParseError.Builder setContext(String value)

clearContext

public Esdbg6Protos.DomParseError.Builder clearContext()

hasDescription

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

getDescription

public String getDescription()
Specified by:
getDescription in interface Esdbg6Protos.DomParseErrorOrBuilder

setDescription

public Esdbg6Protos.DomParseError.Builder setDescription(String value)

clearDescription

public Esdbg6Protos.DomParseError.Builder clearDescription()


Copyright © 2012. All Rights Reserved.