PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.aif.IAIF

Packages that use IAIF
org.eclipse.ptp.debug.core.event   
org.eclipse.ptp.debug.core.model   
org.eclipse.ptp.debug.core.pdi   
org.eclipse.ptp.debug.core.pdi.event   
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.model   
org.eclipse.ptp.debug.core.pdi.model.aif   
org.eclipse.ptp.debug.core.pdi.request   
 

Uses of IAIF in org.eclipse.ptp.debug.core.event
 

Methods in org.eclipse.ptp.debug.core.event that return IAIF
 IAIF IPDebugValueInfo.getAIF()
           
 

Uses of IAIF in org.eclipse.ptp.debug.core.model
 

Methods in org.eclipse.ptp.debug.core.model that return IAIF
 IAIF IPValue.getAIF()
           
 IAIF IPAIF.getAIF()
           
 IAIF IPVariable.getAIF()
           
 

Uses of IAIF in org.eclipse.ptp.debug.core.pdi
 

Methods in org.eclipse.ptp.debug.core.pdi with parameters of type IAIF
 void Session.stepReturn(TaskSet tasks, IAIF aif)
           
 void IPDIExecuteManagement.stepReturn(TaskSet tasks, IAIF aif)
          Cancel execution of the frame and return with value. value can be null, if no return value is needed.
 

Uses of IAIF in org.eclipse.ptp.debug.core.pdi.event
 

Methods in org.eclipse.ptp.debug.core.pdi.event that return IAIF
 IAIF IPDIFunctionFinishedInfo.getReturnAIF()
          Return the AIF of the return value of the function.
 

Uses of IAIF in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IAIF
 IAIF IPDIExpressionManager.getExpressionValue(TaskSet qTasks, String expr)
           
 

Uses of IAIF in org.eclipse.ptp.debug.core.pdi.model
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IAIF
 IAIF IPDIVariableDescriptor.getAIF()
          Returns AIF representation of this variable
 IAIF IPDIExpression.getAIF()
          Returns AIF of this expression
 IAIF IPDIMultiExpressions.getAIF(IPDIExpression expression)
          Returns the value of this expression.
 IAIF IPDIRegister.getAIF(IPDIStackFrame context)
          Returns AIF value of this variable
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IAIF
 void IPDIVariableDescriptor.setAIF(IAIF aif)
          Sets IAIF to this variable
 void IPDIExpression.setAIF(IAIF aif)
          Set aif for this expression
 

Uses of IAIF in org.eclipse.ptp.debug.core.pdi.model.aif
 

Methods in org.eclipse.ptp.debug.core.pdi.model.aif that return IAIF
static IAIF AIFFactory.newAIF(IAIFType aifType, IAIFValue aifValue)
          Create an IAIF object from a type and a value
static IAIF AIFFactory.newAIF(IAIFType aifType, IAIFValue aifValue, String desc)
          Create an IAIF object from a type and a value
static IAIF AIFFactory.newAIF(String fds, byte[] data)
          Create an AIF object given an FDS and value data
static IAIF AIFFactory.newAIF(String fds, byte[] data, String description)
          Create an AIF object given an FDS and value data
static IAIF AIFFactory.UNKNOWNAIF()
           
 

Uses of IAIF in org.eclipse.ptp.debug.core.pdi.request
 

Methods in org.eclipse.ptp.debug.core.pdi.request that return IAIF
 IAIF AbstractEvaluateExpressionRequest.getAIF(TaskSet qTasks)
           
 IAIF IPDIEvaluateExpressionRequest.getAIF(TaskSet qTasks)
          Get the AIF result of the request
 IAIF AbstractEvaluatePartialExpressionRequest.getPartialAIF(TaskSet qTasks)
           
 IAIF IPDIEvaluatePartialExpressionRequest.getPartialAIF(TaskSet qTasks)
          Retrieve the partial AIF object
 


PTP
Release 5.0

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