| Package | Description |
|---|---|
| com.googlecode.aviator.lexer | |
| com.googlecode.aviator.lexer.token |
| Modifier and Type | Method and Description |
|---|---|
Variable |
SymbolTable.getVariable(String name)
Get variable by name
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Variable> |
SymbolTable.getTable()
Get symbold table
|
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolTable.reserve(String name,
Variable value)
Reserve variable
|
| Modifier and Type | Field and Description |
|---|---|
static Variable |
Variable.FALSE
Boolean value false
|
static Variable |
Variable.LAMBDA
Lambda keyword
|
static Variable |
Variable.NIL
Boolean value false
|
static Variable |
Variable.TRUE
Boolean value true
|
Copyright © 2019. All rights reserved.