Uses of Class
org.ek9lang.antlr.EK9Parser.OperationDetailsContext
Packages that use EK9Parser.OperationDetailsContext
Package
Description
Common parts of processing that can be reused across various phases.
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
I - PRE Intermediate Representation generation checks.
-
Uses of EK9Parser.OperationDetailsContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.OperationDetailsContextModifier and TypeMethodDescriptionEK9Parser.FunctionDeclarationContext.operationDetails()
EK9Parser.MethodDeclarationContext.operationDetails()
EK9Parser.operationDetails()
EK9Parser.OperatorDeclarationContext.operationDetails()
EK9Parser.ServiceOperationDeclarationContext.operationDetails()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.OperationDetailsContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterOperationDetails
(EK9Parser.OperationDetailsContext ctx) Enter a parse tree produced byEK9Parser.operationDetails()
.void
EK9Listener.enterOperationDetails
(EK9Parser.OperationDetailsContext ctx) Enter a parse tree produced byEK9Parser.operationDetails()
.void
EK9BaseListener.exitOperationDetails
(EK9Parser.OperationDetailsContext ctx) Exit a parse tree produced byEK9Parser.operationDetails()
.void
EK9Listener.exitOperationDetails
(EK9Parser.OperationDetailsContext ctx) Exit a parse tree produced byEK9Parser.operationDetails()
.EK9BaseVisitor.visitOperationDetails
(EK9Parser.OperationDetailsContext ctx) Visit a parse tree produced byEK9Parser.operationDetails()
.EK9Visitor.visitOperationDetails
(EK9Parser.OperationDetailsContext ctx) Visit a parse tree produced byEK9Parser.operationDetails()
. -
Uses of EK9Parser.OperationDetailsContext in org.ek9lang.compiler.common
Classes in org.ek9lang.compiler.common that implement interfaces with type arguments of type EK9Parser.OperationDetailsContextModifier and TypeClassDescriptionclass
Checks if the body of a method/operator is appropriate.class
Checks in the context to see if a returning variableDeclaration or a body is defined.class
Check trait specifics on constructors/methods/operators, Allowing missing body but marking as abstract.class
Check trait specifics on methods/operators.Methods in org.ek9lang.compiler.common with parameters of type EK9Parser.OperationDetailsContextModifier and TypeMethodDescriptionvoid
AppropriateBodyOrError.accept
(MethodSymbol methodSymbol, EK9Parser.OperationDetailsContext ctx) void
ProcessTraitMethodOrError.accept
(MethodSymbol method, EK9Parser.OperationDetailsContext ctx) void
TraitMethodAcceptableOrError.accept
(MethodSymbol method, EK9Parser.OperationDetailsContext ctx) boolean
ProcessingBodyPresent.test
(EK9Parser.OperationDetailsContext ctx) -
Uses of EK9Parser.OperationDetailsContext in org.ek9lang.compiler.phase1
Classes in org.ek9lang.compiler.phase1 that implement interfaces with type arguments of type EK9Parser.OperationDetailsContextModifier and TypeClassDescription(package private) final class
Checks if the body of a function is appropriate.Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.OperationDetailsContextModifier and TypeMethodDescriptionvoid
AppropriateFunctionBodyOrError.accept
(FunctionSymbol functionSymbol, EK9Parser.OperationDetailsContext ctx) void
DefinitionListener.exitOperationDetails
(EK9Parser.OperationDetailsContext ctx) There is a returning parameter, so the instruction block must terminate normally. -
Uses of EK9Parser.OperationDetailsContext in org.ek9lang.compiler.phase5
Classes in org.ek9lang.compiler.phase5 that implement interfaces with type arguments of type EK9Parser.OperationDetailsContextModifier and TypeClassDescription(package private) final class
Checks if return variables are initialised.Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.OperationDetailsContextModifier and TypeMethodDescriptionvoid
ReturningVariableOrError.accept
(IScope mainScope, EK9Parser.OperationDetailsContext ctx)