com.opera.core.systems.scope.protos
Interface Esdbg6Protos.DomParseErrorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Esdbg6Protos.DomParseError, Esdbg6Protos.DomParseError.Builder
Enclosing class:
Esdbg6Protos

public static interface Esdbg6Protos.DomParseErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getContext()
           
 String getDescription()
           
 int getLineNumber()
           
 int getOffset()
           
 int getRuntimeID()
           
 int getScriptID()
           
 boolean hasContext()
           
 boolean hasDescription()
           
 boolean hasLineNumber()
           
 boolean hasOffset()
           
 boolean hasRuntimeID()
           
 boolean hasScriptID()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasRuntimeID

boolean hasRuntimeID()

getRuntimeID

int getRuntimeID()

hasScriptID

boolean hasScriptID()

getScriptID

int getScriptID()

hasLineNumber

boolean hasLineNumber()

getLineNumber

int getLineNumber()

hasOffset

boolean hasOffset()

getOffset

int getOffset()

hasContext

boolean hasContext()

getContext

String getContext()

hasDescription

boolean hasDescription()

getDescription

String getDescription()


Copyright © 2012. All Rights Reserved.