Package | Description |
---|---|
parsii.eval |
Modifier and Type | Method and Description |
---|---|
Scope |
Parser.getScope() |
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 |
---|---|
Expression |
Parser.parse(Reader input,
Scope scope)
Parses the given input into an expression.
|
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,
Map<String,Function> functionTable) |
Copyright © 2020. All rights reserved.