PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.model
Interface IPDITargetExpression

All Superinterfaces:
IPDIExpression

public interface IPDITargetExpression
extends IPDIExpression

An expression is a snippet of code that can be evaluated to produce a value for registered process


Method Summary
 IPDIVariable getVariable(IPDIStackFrame context)
          Returns the variable of this expression
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIExpression
dispose, equals, getAIF, getExpressionText, setAIF
 

Method Detail

getVariable

IPDIVariable getVariable(IPDIStackFrame context)
                         throws PDIException
Returns the variable of this expression

Parameters:
IPDIStackFrame - frame context
Returns:
the variable of this expression
Throws:
PDIException - on failure

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.