Uses of Class
org.ek9lang.antlr.EK9Parser.VariableOnlyDeclarationContext
Packages that use EK9Parser.VariableOnlyDeclarationContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
F - Resolution of Explicitly Defined Type Symbols - at this point phase1 processing should have defined
most of the explicitly defined symbols, so they should be resolvable.
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.VariableOnlyDeclarationContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.VariableOnlyDeclarationContextModifier and TypeMethodDescriptionEK9Parser.AggregatePropertyContext.variableOnlyDeclaration()
EK9Parser.ArgumentParamContext.variableOnlyDeclaration
(int i) EK9Parser.BlockStatementContext.variableOnlyDeclaration()
EK9Parser.ReturningParamContext.variableOnlyDeclaration()
EK9Parser.variableOnlyDeclaration()
Methods in org.ek9lang.antlr that return types with arguments of type EK9Parser.VariableOnlyDeclarationContextMethods in org.ek9lang.antlr with parameters of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) Enter a parse tree produced byEK9Parser.variableOnlyDeclaration()
.void
EK9Listener.enterVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) Enter a parse tree produced byEK9Parser.variableOnlyDeclaration()
.void
EK9BaseListener.exitVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) Exit a parse tree produced byEK9Parser.variableOnlyDeclaration()
.void
EK9Listener.exitVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) Exit a parse tree produced byEK9Parser.variableOnlyDeclaration()
.EK9BaseVisitor.visitVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) Visit a parse tree produced byEK9Parser.variableOnlyDeclaration()
.EK9Visitor.visitVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) Visit a parse tree produced byEK9Parser.variableOnlyDeclaration()
. -
Uses of EK9Parser.VariableOnlyDeclarationContext in org.ek9lang.compiler.phase1
Classes in org.ek9lang.compiler.phase1 that implement interfaces with type arguments of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeClassDescription(package private) final class
Checks on whether the '?' can be used as a modifier then check the parent of this context.Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeMethodDescriptionvoid
ProcessVariableOnlyOrError.accept
(EK9Parser.VariableOnlyDeclarationContext ctx, VariableSymbol variableSymbol) void
DefinitionListener.enterVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) void
ReferencesPhase1Listener.enterVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) -
Uses of EK9Parser.VariableOnlyDeclarationContext in org.ek9lang.compiler.phase2
Classes in org.ek9lang.compiler.phase2 that implement interfaces with type arguments of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeClassDescription(package private) final class
Deals with variable only declarations.Methods in org.ek9lang.compiler.phase2 with parameters of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeMethodDescriptionvoid
ProcessVariableOnlyOrError.accept
(EK9Parser.VariableOnlyDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.exitVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) -
Uses of EK9Parser.VariableOnlyDeclarationContext in org.ek9lang.compiler.phase3
Classes in org.ek9lang.compiler.phase3 that implement interfaces with type arguments of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeClassDescription(package private) final class
Focus on checking a variable only declaration, now that types are all known.Methods in org.ek9lang.compiler.phase3 with parameters of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeMethodDescriptionvoid
VariableOnlyOrError.accept
(EK9Parser.VariableOnlyDeclarationContext ctx) void
ExpressionsListener.exitVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) -
Uses of EK9Parser.VariableOnlyDeclarationContext in org.ek9lang.compiler.phase5
Classes in org.ek9lang.compiler.phase5 that implement interfaces with type arguments of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeClassDescription(package private) final class
Accepts a variable only declaration and ensures the variable is recorded if appropriate, for transient flow checks.Methods in org.ek9lang.compiler.phase5 with parameters of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeMethodDescriptionvoid
VariableOnlyOrError.accept
(EK9Parser.VariableOnlyDeclarationContext ctx) void
PreIRListener.enterVariableOnlyDeclaration
(EK9Parser.VariableOnlyDeclarationContext ctx) -
Uses of EK9Parser.VariableOnlyDeclarationContext in org.ek9lang.compiler.support
Classes in org.ek9lang.compiler.support that implement interfaces with type arguments of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeClassDescriptionclass
Checks that the use of the variable only if it has a web variable correlation is valid.Methods in org.ek9lang.compiler.support with parameters of type EK9Parser.VariableOnlyDeclarationContextModifier and TypeMethodDescriptionvoid
CheckAppropriateWebVariable.accept
(EK9Parser.VariableOnlyDeclarationContext ctx) void
ServiceFactory.configureWebVariable
(EK9Parser.VariableOnlyDeclarationContext ctx, VariableSymbol variable) SymbolFactory.newVariable
(EK9Parser.VariableOnlyDeclarationContext ctx) Just a declaration of a variable by itself - i.e.