| Package | Description |
|---|---|
| eu.slipo.athenarc.triplegeo.expression |
| Modifier and Type | Method and Description |
|---|---|
TokenStream |
ExprResolver.tokenize(java.lang.String input)
Tokenizes an input logical expression.
|
| Modifier and Type | Method and Description |
|---|---|
Expr |
ExprResolver.parse(TokenStream stream)
Parses a tokenized logical expression.
|
| Constructor and Description |
|---|
AndExpr(TokenStream stream)
Constructor of the class.
|
OrExpr(TokenStream stream)
Constructor of the class.
|
SimpleExpr(TokenStream stream)
Constructor of the class.
|
SubExpr(TokenStream stream)
Constructor of the class.
|