public interface ICompiledExpression
Clients are not intended to implement this interface.
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()
Message[] getErrors()
String[] getErrorMessages()
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.