|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIExpression
An expression is a snippet of code that can be evaluated to produce a value
| Method Summary | |
|---|---|
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 |
String |
getExpressionText()
Returns the expression snippet of code. |
void |
setAIF(IAIF aif)
Set aif for this expression |
| Method Detail |
|---|
String getExpressionText()
boolean equals(IPDIExpression expr)
void dispose()
throws PDIException
var -
PDIException - on failure
IAIF getAIF()
throws PDIException
PDIException - on failurevoid setAIF(IAIF aif)
aif -
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||