| 程序包 | 说明 |
|---|---|
| org.luaj.vm2.ast |
| 限定符和类型 | 字段和说明 |
|---|---|
NameScope |
Variable.definingScope
The lua scope in which this variable is defined.
|
NameScope |
NameScope.outerScope |
NameScope |
Stat.GenericFor.scope |
NameScope |
Stat.NumericFor.scope |
NameScope |
FuncBody.scope |
NameScope |
Block.scope |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NameResolver.visit(NameScope scope) |
void |
Visitor.visit(NameScope scope) |
| 构造器和说明 |
|---|
NameScope(NameScope outerScope)
Construct name scope within another scope
|
Variable(String name,
NameScope definingScope) |
Copyright © 2020. All rights reserved.