Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Uses of Interface
oracle.ide.runner.DebuggeeData

Packages that use DebuggeeData
oracle.ide.runner Contains classes that allow addins some level of control on the IDE runner system. 
 

Uses of DebuggeeData in oracle.ide.runner
 

Methods in oracle.ide.runner that return DebuggeeData
 DebuggeeData DebuggerEvaluator.evaluate(java.lang.String expression, DebuggeeData context)
          Evaluate one expression into a DebuggeeData representation in the context of the currently set thread and stack position and an optional DebuggeeData object.
 DebuggeeData DebuggeeData.getField(java.lang.String fieldName)
          Get a field by name from an object of kind OBJECT.
 

Methods in oracle.ide.runner that return types with arguments of type DebuggeeData
 java.util.List<DebuggeeData> DebuggerEvaluator.evaluate(java.util.List<java.lang.String> expressions, DebuggeeData context)
          Evaluate expressions into DebuggeeData representations in the context of the currently set thread and stack position and an optional DebuggeeData object.
 java.util.List<? extends DebuggeeData> DebuggeeData.getChildren()
          Get the display children of this object.
 java.util.List<? extends DebuggeeData> DebuggeeData.getDeclaredFields()
          Get a list of declared fields for an object of kind OBJECT.
 java.util.List<? extends DebuggeeData> DebuggeeData.getFields()
          Get a list of fields for an object of kind OBJECT.
 

Methods in oracle.ide.runner with parameters of type DebuggeeData
 java.util.List<DebuggeeData> DebuggerEvaluator.evaluate(java.util.List<java.lang.String> expressions, DebuggeeData context)
          Evaluate expressions into DebuggeeData representations in the context of the currently set thread and stack position and an optional DebuggeeData object.
 DebuggeeData DebuggerEvaluator.evaluate(java.lang.String expression, DebuggeeData context)
          Evaluate one expression into a DebuggeeData representation in the context of the currently set thread and stack position and an optional DebuggeeData object.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.