public interface ICDIExpressionManagement
| Modifier and Type | Method and Description |
|---|---|
ICDIExpression |
createExpression(java.lang.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
|
ICDIExpression createExpression(java.lang.String code) throws CDIException
code - CDIExceptionICDIExpression[] getExpressions() throws CDIException
CDIExceptionvoid destroyExpressions(ICDIExpression[] expressions) throws CDIException
expressions - CDIExceptionvoid destroyAllExpressions()
throws CDIException
CDIExceptionCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.