Uses of Class
org.ek9lang.antlr.EK9Parser.OperationCallContext
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.OperationCallContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.ObjectAccessTypeContext.operationCall()
EK9Parser.operationCall()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterOperationCall
(EK9Parser.OperationCallContext ctx) Enter a parse tree produced byEK9Parser.operationCall()
.void
EK9Listener.enterOperationCall
(EK9Parser.OperationCallContext ctx) Enter a parse tree produced byEK9Parser.operationCall()
.void
EK9BaseListener.exitOperationCall
(EK9Parser.OperationCallContext ctx) Exit a parse tree produced byEK9Parser.operationCall()
.void
EK9Listener.exitOperationCall
(EK9Parser.OperationCallContext ctx) Exit a parse tree produced byEK9Parser.operationCall()
.EK9BaseVisitor.visitOperationCall
(EK9Parser.OperationCallContext ctx) Visit a parse tree produced byEK9Parser.operationCall()
.EK9Visitor.visitOperationCall
(EK9Parser.OperationCallContext ctx) Visit a parse tree produced byEK9Parser.operationCall()
. -
Uses of EK9Parser.OperationCallContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterOperationCall
(EK9Parser.OperationCallContext ctx) -
Uses of EK9Parser.OperationCallContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionOperationCallOrError.apply
(EK9Parser.OperationCallContext ctx, IAggregateSymbol aggregate) -
Uses of EK9Parser.OperationCallContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newOperationCall
(EK9Parser.OperationCallContext ctx, IScope scope) New call but modelled as an operator if marked as such.