PTP
Release 7.0

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

All Known Subinterfaces:
IPDITargetExpression

public interface IPDIExpression

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


Method Summary
 void dispose()
          Remove the expression from the manager list
 boolean equals(IPDIExpression expr)
          Determines whether the variable Object are the same, For example event if the name is the same because of casting this may return false;
 IAIF getAIF()
          Returns AIF of this expression
 java.lang.String getExpressionText()
          Returns the expression snippet of code.
 void setAIF(IAIF aif)
          Set aif for this expression
 

Method Detail

getExpressionText

java.lang.String getExpressionText()
Returns the expression snippet of code.

Returns:
the expression

equals

boolean equals(IPDIExpression expr)
Determines whether the variable Object are the same, For example event if the name is the same because of casting this may return false;

Returns:
true if the same

dispose

void dispose()
             throws PDIException
Remove the expression from the manager list

Parameters:
var -
Throws:
PDIException - on failure

getAIF

IAIF getAIF()
            throws PDIException
Returns AIF of this expression

Returns:
aif
Throws:
PDIException - on failure

setAIF

void setAIF(IAIF aif)
Set aif for this expression

Parameters:
aif -

PTP
Release 7.0

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