|
Eclipse JDT Release 3.3 |
|||||||||
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.
Clients are not intended to implement this interface.
IAstEvaluationEngine
Method Summary | |
---|---|
java.lang.String[] |
getErrorMessages()
Returns an array of problem messages. |
Message[] |
getErrors()
Deprecated. use getErrorMessages() |
java.lang.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 |
---|
java.lang.String getSnippet()
boolean hasErrors()
Message[] getErrors()
java.lang.String[] getErrorMessages()
|
Eclipse JDT Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |