public interface ICompiledExpression
IAstEvaluationEngine
Modifier and Type | Method and Description |
---|---|
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.
|
String getSnippet()
boolean hasErrors()
@Deprecated Message[] getErrors()
String[] getErrorMessages()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.