| Package | Description |
|---|---|
| parsii.eval |
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.withParent(Scope parent)
Specifies the parent scope for this scope.
|
Scope |
Scope.withStrictLookup(boolean strictLookup)
Determines if strict lookup should be used or not.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Parser.parse(Reader input,
Scope scope)
Parses the given input into an expression.
|
static Expression |
Parser.parse(String input,
Scope scope)
Parses the given input into an expression.
|
Scope |
Scope.withParent(Scope parent)
Specifies the parent scope for this scope.
|
| Constructor and Description |
|---|
Parser(Reader input,
Scope scope) |
Copyright © 2018. All rights reserved.