Class Locals
java.lang.Object
io.github.protasm.jvmud.compiler.parser.Locals
-
Constructor Details
-
Locals
public Locals()
-
-
Method Details
-
locals
-
get
-
add
-
beginScope
public void beginScope()Opens a parser local scope with a stable identity distinct from sibling scopes. -
endScope
public void endScope()Closes the current parser local scope and forgets locals declared inside it.
-