|
Eclipse JDT 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A compiled expression can be compiled once and evaluated multiple times in a runtime context.
Clients are not intended to implement this interface.
IAstEvaluationEngine
Method Summary | |
String[] |
getErrorMessages()
Returns an array of problem messages. |
Message[] |
getErrors()
Deprecated. use getErrorMessages() |
String |
getSnippet()
Returns the source snippet from which this compiled expression was created. |
boolean |
hasErrors()
Returns whether this compiled expression has any compilation errors. |
Method Detail |
public String getSnippet()
public boolean hasErrors()
public Message[] getErrors()
public String[] getErrorMessages()
|
Eclipse JDT 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |