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

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

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


Method Summary
 int getArgumentObject()
           
 int getFunctionID()
           
 int getLineNumber()
           
 Esdbg6Protos.ObjectValue getObjectValue()
           
 Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder()
           
 int getScopeList(int index)
           
 int getScopeListCount()
           
 java.util.List<java.lang.Integer> getScopeListList()
           
 int getScriptID()
           
 int getThisObject()
           
 int getVariableObject()
           
 boolean hasArgumentObject()
           
 boolean hasFunctionID()
           
 boolean hasLineNumber()
           
 boolean hasObjectValue()
           
 boolean hasScriptID()
           
 boolean hasThisObject()
           
 boolean hasVariableObject()
           
 
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

hasFunctionID

boolean hasFunctionID()

getFunctionID

int getFunctionID()

hasArgumentObject

boolean hasArgumentObject()

getArgumentObject

int getArgumentObject()

hasVariableObject

boolean hasVariableObject()

getVariableObject

int getVariableObject()

hasThisObject

boolean hasThisObject()

getThisObject

int getThisObject()

hasObjectValue

boolean hasObjectValue()

getObjectValue

Esdbg6Protos.ObjectValue getObjectValue()

getObjectValueOrBuilder

Esdbg6Protos.ObjectValueOrBuilder getObjectValueOrBuilder()

hasScriptID

boolean hasScriptID()

getScriptID

int getScriptID()

hasLineNumber

boolean hasLineNumber()

getLineNumber

int getLineNumber()

getScopeListList

java.util.List<java.lang.Integer> getScopeListList()

getScopeListCount

int getScopeListCount()

getScopeList

int getScopeList(int index)


Copyright © 2011. All Rights Reserved.