public interface IPDIExpression
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Remove the expression from the manager list
|
boolean |
equals(IPDIExpression expr)
Determines whether the variable Object are the same,
For example event if the name is the same because of casting this may return false;
|
IAIF |
getAIF()
Returns AIF of this expression
|
java.lang.String |
getExpressionText()
Returns the expression snippet of code.
|
void |
setAIF(IAIF aif)
Set aif for this expression
|
java.lang.String getExpressionText()
boolean equals(IPDIExpression expr)
void dispose()
throws PDIException
var - PDIException - on failureIAIF getAIF() throws PDIException
PDIException - on failurevoid setAIF(IAIF aif)
aif - Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.