Uses of Class
org.ek9lang.compiler.symbols.LocalScope
Packages that use LocalScope
Package
Description
This is the main source of EK9 Symbols used within the compiler.
-
Uses of LocalScope in org.ek9lang.compiler.symbols
Subclasses of LocalScope in org.ek9lang.compiler.symbolsMethods in org.ek9lang.compiler.symbols that return LocalScopeModifier and TypeMethodDescriptionLocalScope.cloneIntoLocalScope
(LocalScope newCopy) Clones the content of this into the new copy.ScopedSymbol.getActualScope()
Methods in org.ek9lang.compiler.symbols with parameters of type LocalScopeModifier and TypeMethodDescriptionLocalScope.cloneIntoLocalScope
(LocalScope newCopy) Clones the content of this into the new copy.