Uses of Class
org.ek9lang.antlr.EK9Parser.DictContext
Packages that use EK9Parser.DictContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
G - Full Symbol Resolution can now take place.
Contains critical general components used in the
Ek9Compiler listeners.-
Uses of EK9Parser.DictContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.DictContextModifier and TypeMethodDescriptionfinal EK9Parser.DictContextEK9Parser.dict()EK9Parser.ExpressionContext.dict()Methods in org.ek9lang.antlr with parameters of type EK9Parser.DictContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterDict(EK9Parser.DictContext ctx) Enter a parse tree produced byEK9Parser.dict().voidEK9Listener.enterDict(EK9Parser.DictContext ctx) Enter a parse tree produced byEK9Parser.dict().voidEK9BaseListener.exitDict(EK9Parser.DictContext ctx) Exit a parse tree produced byEK9Parser.dict().voidEK9Listener.exitDict(EK9Parser.DictContext ctx) Exit a parse tree produced byEK9Parser.dict().EK9BaseVisitor.visitDict(EK9Parser.DictContext ctx) Visit a parse tree produced byEK9Parser.dict().EK9Visitor.visitDict(EK9Parser.DictContext ctx) Visit a parse tree produced byEK9Parser.dict(). -
Uses of EK9Parser.DictContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.DictContext -
Uses of EK9Parser.DictContext in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.DictContextModifier and TypeClassDescription(package private) final classCreates/Updates an ek9 Dict (Dictionary/Map) of a specific types if the expressions are typed correctly.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.DictContextModifier and TypeMethodDescriptionvoidDictUseOrError.accept(EK9Parser.DictContext ctx) voidExpressionsListener.exitDict(EK9Parser.DictContext ctx) -
Uses of EK9Parser.DictContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.DictContextModifier and TypeMethodDescriptionBasicSymbolFactory.newDict(EK9Parser.DictContext ctx, IScope scope) Create a new EK9 Dictionary - like a Map.SymbolFactory.newDict(EK9Parser.DictContext ctx, IScope scope) Create a new EK9 Dictionary - like a Map.