Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDIExpressionManagement

All Known Subinterfaces:
ICDITarget

public interface ICDIExpressionManagement

ICDIExpressionManagement


Method Summary
 ICDIExpression createExpression(String code)
          Create an expression for code snippet
 void destroyAllExpressions()
          Remove all expressions on this target
 void destroyExpressions(ICDIExpression[] expressions)
          Remove expressions for this target
 ICDIExpression[] getExpressions()
          Return all expressions for this target
 

Method Detail

createExpression

ICDIExpression createExpression(String code)
                                throws CDIException
Create an expression for code snippet

Parameters:
code -
Returns:
ICDIExpression
Throws:
CDIException

getExpressions

ICDIExpression[] getExpressions()
                                throws CDIException
Return all expressions for this target

Returns:
Throws:
CDIException

destroyExpressions

void destroyExpressions(ICDIExpression[] expressions)
                        throws CDIException
Remove expressions for this target

Parameters:
expressions -
Throws:
CDIException

destroyAllExpressions

void destroyAllExpressions()
                           throws CDIException
Remove all expressions on this target

Throws:
CDIException

Eclipse CDT
Pre-release 3.0

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