Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.ICDIExpression

Packages that use ICDIExpression
org.eclipse.cdt.debug.core.cdi.model   
 

Uses of ICDIExpression in org.eclipse.cdt.debug.core.cdi.model
 

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIExpression
 ICDIExpression ICDIExpressionManagement.createExpression(String code)
          Create an expression for code snippet
 ICDIExpression[] ICDIExpressionManagement.getExpressions()
          Return all expressions for this target
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIExpression
 void ICDIExpressionManagement.destroyExpressions(ICDIExpression[] expressions)
          Remove expressions for this target
 boolean ICDIExpression.equals(ICDIExpression expr)
          Returns true if the variable Object are the same, For example event if the name is the same because of casting this may return false;
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.