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

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

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


Method Summary
 java.lang.String getContext()
           
 java.lang.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

java.lang.String getContext()

hasDescription

boolean hasDescription()

getDescription

java.lang.String getDescription()


Copyright © 2011. All Rights Reserved.