Class LocalScope

java.lang.Object
org.ek9lang.compiler.symbols.SymbolTable
org.ek9lang.compiler.symbols.LocalScope
All Implemented Interfaces:
Serializable, IScope
Direct Known Subclasses:
CaptureScope

public class LocalScope extends SymbolTable
Used in many ways via composition. The local scope can be either just a block (if, where, etc.) or aggregate (class, component, etc.).
See Also: