Uses of Class
org.ek9lang.antlr.EK9Parser.CallContext
Packages that use EK9Parser.CallContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
G - Full Symbol Resolution can now take place.
K - Intermediate Representation Generation.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.CallContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.CallContextModifier and TypeMethodDescriptionEK9Parser.AspectDeclarationContext.call
(int i) final EK9Parser.CallContext
EK9Parser.call()
EK9Parser.CallContext.call()
EK9Parser.CaseExpressionContext.call()
EK9Parser.ExpressionContext.call()
EK9Parser.ObjectAccessStartContext.call()
EK9Parser.PipelinePartContext.call()
EK9Parser.RegisterStatementContext.call()
EK9Parser.StatementContext.call()
EK9Parser.ThrowStatementContext.call()
Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.CallContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.CallContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterCall
(EK9Parser.CallContext ctx) Enter a parse tree produced byEK9Parser.call()
.void
EK9Listener.enterCall
(EK9Parser.CallContext ctx) Enter a parse tree produced byEK9Parser.call()
.void
EK9BaseListener.exitCall
(EK9Parser.CallContext ctx) Exit a parse tree produced byEK9Parser.call()
.void
EK9Listener.exitCall
(EK9Parser.CallContext ctx) Exit a parse tree produced byEK9Parser.call()
.EK9BaseVisitor.visitCall
(EK9Parser.CallContext ctx) Visit a parse tree produced byEK9Parser.call()
.EK9Visitor.visitCall
(EK9Parser.CallContext ctx) Visit a parse tree produced byEK9Parser.call()
. -
Uses of EK9Parser.CallContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.CallContext -
Uses of EK9Parser.CallContext in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.CallContextModifier and TypeClassDescription(package private) final class
Designed to deal with this following part of the EK9 grammar.(package private) final class
Locate a possible call to an identifierReference, so some sort of call.(package private) final class
Just focus on resolving 'this' or 'super' in respect to a 'call'.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.CallContextModifier and TypeMethodDescriptionvoid
CallOrError.accept
(EK9Parser.CallContext ctx) ResolveIdentifierReferenceCallOrError.apply
(EK9Parser.CallContext ctx) ThisOrSuperCallOrError.apply
(EK9Parser.CallContext ctx) void
ExpressionsListener.exitCall
(EK9Parser.CallContext ctx) -
Uses of EK9Parser.CallContext in org.ek9lang.compiler.phase7
Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type EK9Parser.CallContextModifier and TypeClassDescriptionfinal class
Creates a call node (including appropriate call arguments).Methods in org.ek9lang.compiler.phase7 with parameters of type EK9Parser.CallContext -
Uses of EK9Parser.CallContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.CallContextModifier and TypeMethodDescriptionBasicSymbolFactory.newCall
(EK9Parser.CallContext ctx, IScope scope) Symbol to model some type of call to a function, dynamic function, constructor, this, super etc.SymbolFactory.newCall
(EK9Parser.CallContext ctx, IScope scope) Symbol to model some type of call to a function, dynamic function, constructor, this, super etc.