Uses of Class
org.ek9lang.antlr.EK9Parser.IdentifierContext
Packages that use EK9Parser.IdentifierContext
Package
Description
G - Full Symbol Resolution can now take place.
I - PRE Intermediate Representation generation checks.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.IdentifierContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.IdentifierContextModifier and TypeMethodDescriptionEK9Parser.AssignmentStatementContext.identifier()
EK9Parser.DirectiveContext.identifier()
EK9Parser.DirectivePartContext.identifier()
EK9Parser.DottedNameContext.identifier
(int i) EK9Parser.ExpressionParamContext.identifier()
EK9Parser.ForLoopContext.identifier()
EK9Parser.ForRangeContext.identifier
(int i) EK9Parser.GuardExpressionContext.identifier()
EK9Parser.identifier()
EK9Parser.IdentifierReferenceContext.identifier()
EK9Parser.MethodDeclarationContext.identifier()
EK9Parser.ObjectAccessStartContext.identifier()
EK9Parser.ObjectAccessTypeContext.identifier()
EK9Parser.OperationCallContext.identifier()
EK9Parser.PipelinePartContext.identifier()
EK9Parser.ServiceOperationDeclarationContext.identifier()
EK9Parser.TraitReferenceContext.identifier()
EK9Parser.VariableDeclarationContext.identifier()
EK9Parser.VariableOnlyDeclarationContext.identifier()
Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.IdentifierContextModifier and TypeMethodDescriptionEK9Parser.DottedNameContext.identifier()
EK9Parser.ForRangeContext.identifier()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.IdentifierContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterIdentifier
(EK9Parser.IdentifierContext ctx) Enter a parse tree produced byEK9Parser.identifier()
.void
EK9Listener.enterIdentifier
(EK9Parser.IdentifierContext ctx) Enter a parse tree produced byEK9Parser.identifier()
.void
EK9BaseListener.exitIdentifier
(EK9Parser.IdentifierContext ctx) Exit a parse tree produced byEK9Parser.identifier()
.void
EK9Listener.exitIdentifier
(EK9Parser.IdentifierContext ctx) Exit a parse tree produced byEK9Parser.identifier()
.EK9BaseVisitor.visitIdentifier
(EK9Parser.IdentifierContext ctx) Visit a parse tree produced byEK9Parser.identifier()
.EK9Visitor.visitIdentifier
(EK9Parser.IdentifierContext ctx) Visit a parse tree produced byEK9Parser.identifier()
. -
Uses of EK9Parser.IdentifierContext in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.IdentifierContextModifier and TypeClassDescription(package private) final class
Used for pure identifier resolution and recording.(package private) final class
Used for resolving and recoding of fields on specific types.(package private) final class
Used for resolving a function (by just name) or a variable that is a function delegate.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.IdentifierContextModifier and TypeMethodDescriptionvoid
ResolveFunctionOrDelegateByNameOrError.accept
(EK9Parser.IdentifierContext ctx) IdentifierOrError.apply
(EK9Parser.IdentifierContext ctx) PropertyFieldOrError.apply
(EK9Parser.IdentifierContext ctx, IScope scopeToResolveIn) -
Uses of EK9Parser.IdentifierContext in org.ek9lang.compiler.phase5
Classes in org.ek9lang.compiler.phase5 that implement interfaces with type arguments of type EK9Parser.IdentifierContextModifier and TypeClassDescriptionclass
Given an identifier, this consumer checks if it is a property of some aggregate.(package private) final class
A bit of a catch 22, need to issue errors and the like when traversing an identifier in some circumstances.Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.IdentifierContextModifier and TypeMethodDescriptionvoid
IdentifierAsPropertyOrError.accept
(EK9Parser.IdentifierContext ctx) void
PreIRListener.enterIdentifier
(EK9Parser.IdentifierContext ctx) boolean
MakesIdentifierSubsequentAccessSafe.test
(EK9Parser.IdentifierContext ctx) -
Uses of EK9Parser.IdentifierContext in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.IdentifierContextModifier and TypeMethodDescriptionBasicSymbolFactory.newVariable
(EK9Parser.IdentifierContext identifier, boolean nullAllowed, boolean injectionExpected) SymbolFactory.newVariable
(EK9Parser.IdentifierContext identifier, boolean nullAllowed, boolean injectionExpected)