| Package | Description |
|---|---|
| parsii.eval |
| Modifier and Type | Method and Description |
|---|---|
static Scope |
Scope.create()
Creates a new empty scope.
|
static Scope |
Scope.createWithParent(Scope parent)
Creates a new scope with the given parent.
|
| Modifier and Type | Method and Description |
|---|---|
static Scope |
Scope.createWithParent(Scope parent)
Creates a new scope with the given parent.
|
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.
|
| Constructor and Description |
|---|
Parser(Reader input,
Scope scope) |
Copyright © 2015. All rights reserved.