| Interface | Description |
|---|---|
| EOErrorCodes |
It contains various error codes for the application
TODO
Should use Enum
Error code description is not set yet
|
| ExpressionEngineConstants |
It contains the various constants used in Expression Engine
|
| Class | Description |
|---|---|
| Activator |
The activator class controls the plug-in life cycle
|
| Compiler |
This class performs the compilation operation in expression evaluation
process.
|
| ExpressionContext |
Object of this class carry the contextual information for expressions during
expression evaluation process.
|
| ExpressionEngine |
It is a Utility class for XpressionEngine Framework.
|
| Parser |
This parser object parses the expressions, break these in expression
tokens and perform lexical analysis on these tokens.
|