PTP
Release 7.0

org.eclipse.ptp.debug.core.model
Interface IPAIF

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.debug.core.model.IDebugElement, IPDebugElement, org.eclipse.debug.core.model.IValue

public interface IPAIF
extends org.eclipse.debug.core.model.IValue, IPDebugElement

AIF formatted value


Method Summary
 java.lang.String evaluateAsExpression(IPStackFrame frame)
          Evaluate as an expression
 IAIF getAIF()
          Get AIF representation
 
Methods inherited from interface org.eclipse.debug.core.model.IValue
getReferenceTypeName, getValueString, getVariables, hasVariables, isAllocated
 
Methods inherited from interface org.eclipse.ptp.debug.core.model.IPDebugElement
getCurrentStateInfo, getID, getSession, getState
 
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getDebugTarget, getLaunch, getModelIdentifier
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getAIF

IAIF getAIF()
            throws org.eclipse.debug.core.DebugException
Get AIF representation

Returns:
Throws:
org.eclipse.debug.core.DebugException

evaluateAsExpression

java.lang.String evaluateAsExpression(IPStackFrame frame)
Evaluate as an expression

Parameters:
frame -
Returns:

PTP
Release 7.0

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