Uses of Class
com.opera.core.systems.scope.protos.EsdbgProtos.EvalData.Variable

Packages that use EsdbgProtos.EvalData.Variable
com.opera.core.systems.scope.protos   
com.opera.core.systems.scope.services.ums Implementations of the Scope service interfaces. 
 

Uses of EsdbgProtos.EvalData.Variable in com.opera.core.systems.scope.protos
 

Methods in com.opera.core.systems.scope.protos that return EsdbgProtos.EvalData.Variable
 EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.Builder.build()
           
 EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.Builder.buildPartial()
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.getDefaultInstance()
           
 EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.getDefaultInstanceForType()
           
 EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.Builder.getDefaultInstanceForType()
           
 EsdbgProtos.EvalData.Variable EsdbgProtos.EvalDataOrBuilder.getVariableList(int index)
           
 EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.getVariableList(int index)
           
 EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Builder.getVariableList(int index)
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.parseDelimitedFrom(InputStream input)
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.parseFrom(byte[] data)
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.parseFrom(com.google.protobuf.ByteString data)
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.parseFrom(com.google.protobuf.CodedInputStream input)
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.parseFrom(InputStream input)
           
static EsdbgProtos.EvalData.Variable EsdbgProtos.EvalData.Variable.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in com.opera.core.systems.scope.protos that return types with arguments of type EsdbgProtos.EvalData.Variable
 List<EsdbgProtos.EvalData.Variable> EsdbgProtos.EvalDataOrBuilder.getVariableListList()
           
 List<EsdbgProtos.EvalData.Variable> EsdbgProtos.EvalData.getVariableListList()
           
 List<EsdbgProtos.EvalData.Variable> EsdbgProtos.EvalData.Builder.getVariableListList()
           
 

Methods in com.opera.core.systems.scope.protos with parameters of type EsdbgProtos.EvalData.Variable
 EsdbgProtos.EvalData.Builder EsdbgProtos.EvalData.Builder.addVariableList(EsdbgProtos.EvalData.Variable value)
           
 EsdbgProtos.EvalData.Builder EsdbgProtos.EvalData.Builder.addVariableList(int index, EsdbgProtos.EvalData.Variable value)
           
 EsdbgProtos.EvalData.Variable.Builder EsdbgProtos.EvalData.Variable.Builder.mergeFrom(EsdbgProtos.EvalData.Variable other)
           
static EsdbgProtos.EvalData.Variable.Builder EsdbgProtos.EvalData.Variable.newBuilder(EsdbgProtos.EvalData.Variable prototype)
           
 EsdbgProtos.EvalData.Builder EsdbgProtos.EvalData.Builder.setVariableList(int index, EsdbgProtos.EvalData.Variable value)
           
 

Method parameters in com.opera.core.systems.scope.protos with type arguments of type EsdbgProtos.EvalData.Variable
 EsdbgProtos.EvalData.Builder EsdbgProtos.EvalData.Builder.addAllVariableList(Iterable<? extends EsdbgProtos.EvalData.Variable> values)
           
 

Uses of EsdbgProtos.EvalData.Variable in com.opera.core.systems.scope.services.ums
 

Methods in com.opera.core.systems.scope.services.ums that return EsdbgProtos.EvalData.Variable
protected  EsdbgProtos.EvalData.Variable EcmaScriptDebugger.buildVariable(String name, int objectId)
           
 

Methods in com.opera.core.systems.scope.services.ums with parameters of type EsdbgProtos.EvalData.Variable
protected  UmsProtos.Response EcmaScriptDebugger.eval(String using, EsdbgProtos.EvalData.Variable... variables)
           
protected  UmsProtos.Response EcmaScriptDebugger.eval(String using, int runtimeId, EsdbgProtos.EvalData.Variable... variables)
           
 



Copyright © 2012. All Rights Reserved.