|
Eclipse JDT Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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.
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 Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |