| Package | Description |
|---|---|
| org.vedantatree.expressionoasis | |
| org.vedantatree.expressionoasis.config | |
| org.vedantatree.expressionoasis.grammar |
| Modifier and Type | Method and Description |
|---|---|
static Grammar |
ExpressionEngine.getGrammar() |
| Constructor and Description |
|---|
Compiler(Grammar grammar)
Constructs the Compiler with specified DefaultXMLGrammar instance.
|
Parser(Grammar grammar)
Constructs the Parser with given DefaultXMLGrammar object
|
| Modifier and Type | Method and Description |
|---|---|
Grammar |
ExpressionOasisConfig.getGrammar() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultXMLGrammar
This is the default XML based grammar implementation.
|