| 程序包 | 说明 |
|---|---|
| com.googlecode.aviator.lexer | |
| com.googlecode.aviator.lexer.token |
| 限定符和类型 | 方法和说明 |
|---|---|
Variable |
SymbolTable.getVariable(String name)
Get variable by name
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,Variable> |
SymbolTable.getTable()
Get symbold table
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SymbolTable.reserve(String name,
Variable value)
Reserve variable
|
| 限定符和类型 | 字段和说明 |
|---|---|
static Variable |
Variable.FALSE
Boolean value false
|
static Variable |
Variable.NIL
Boolean value false
|
static Variable |
Variable.TRUE
Boolean value true
|
Copyright © 2017. All Rights Reserved.