Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi.model |
Modifier and Type | Method and Description |
---|---|
ICDIExpression |
ICDIExpressionManagement.createExpression(java.lang.String code)
Create an expression for code snippet
|
ICDIExpression[] |
ICDIExpressionManagement.getExpressions()
Return all expressions for this target
|
Modifier and Type | Method and Description |
---|---|
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;
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.