Uses of Class
org.ek9lang.compiler.symbols.ForSymbol
Packages that use ForSymbol
Package
Description
Contains critical general components used in the
Ek9Compiler
listeners.
This is the main source of EK9 Symbols used within the compiler.
-
Uses of ForSymbol in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support that return ForSymbolModifier and TypeMethodDescriptionSymbolFactory.newForLoop
(org.antlr.v4.runtime.ParserRuleContext ctx, IScope scope) Create a new symbol that represents an EK9 'for' loop. -
Uses of ForSymbol in org.ek9lang.compiler.symbols
Methods in org.ek9lang.compiler.symbols that return ForSymbolModifier and TypeMethodDescriptionprotected ForSymbol
ForSymbol.cloneIntoForSymbol
(ForSymbol newCopy) Methods in org.ek9lang.compiler.symbols with parameters of type ForSymbolModifier and TypeMethodDescriptionprotected ForSymbol
ForSymbol.cloneIntoForSymbol
(ForSymbol newCopy)