|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICompiledExpression
A compiled expression can be compiled once and evaluated multiple times in a runtime context.
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 |
---|
String getSnippet()
boolean hasErrors()
Message[] getErrors()
String[] getErrorMessages()
|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |