Uses of Class
org.ek9lang.antlr.EK9Parser.CallContext
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.CallContext in org.ek9lang.antlr
Modifier 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()
Modifier 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
-
Uses of EK9Parser.CallContext in org.ek9lang.compiler.phase3
Modifier 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.support
Modifier and TypeMethodDescriptionSymbolFactory.newCall
(EK9Parser.CallContext ctx, IScope scope) Symbol to model some type of call to a function, dynamic function, constructor, this, super etc.