Uses of Class
org.ek9lang.antlr.EK9Parser.OperationCallContext
Packages that use 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
Methods in org.ek9lang.antlr that return EK9Parser.OperationCallContextModifier and TypeMethodDescriptionEK9Parser.ObjectAccessTypeContext.operationCall()
EK9Parser.operationCall()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.OperationCallContextModifier 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
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.OperationCallContextModifier and TypeMethodDescriptionvoid
DefinitionListener.enterOperationCall
(EK9Parser.OperationCallContext ctx) -
Uses of EK9Parser.OperationCallContext in org.ek9lang.compiler.phase3
Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.OperationCallContextModifier and TypeMethodDescriptionOperationCallOrError.apply
(EK9Parser.OperationCallContext ctx, IAggregateSymbol aggregate) -
Uses of EK9Parser.OperationCallContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.OperationCallContextModifier and TypeMethodDescriptionOperationFactory.newOperationCall
(EK9Parser.OperationCallContext ctx, IScope scope) New call but modelled as an operator if marked as such.SymbolFactory.newOperationCall
(EK9Parser.OperationCallContext ctx, IScope scope) New call but modelled as an operator if marked as such.