Package com.prineside.luaj.ast
Class NameScope
java.lang.Object
com.prineside.luaj.ast.NameScope
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
namedVariables
-
outerScope
-
functionNestingCount
public int functionNestingCount
-
-
Constructor Details
-
NameScope
public NameScope()Construct default names scope -
NameScope
Construct name scope within another scope
-
-
Method Details
-
find
Look up a name. If it is a global name, then throw IllegalArgumentException.- Throws:
IllegalArgumentException
-
define
Define a name in this scope. If it is a global name, then throw IllegalArgumentException.
-