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
- CDIException
ICDIExpression[] getExpressions() throws CDIException
CDIException
void destroyExpressions(ICDIExpression[] expressions) throws CDIException
expressions
- CDIException
void destroyAllExpressions() throws CDIException
CDIException
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.