Uses of Class
org.ek9lang.antlr.EK9Parser.VariableDeclarationContext
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.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.VariableDeclarationContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.AggregatePropertyContext.variableDeclaration()
EK9Parser.BlockStatementContext.variableDeclaration()
EK9Parser.DeclareArgumentParamContext.variableDeclaration
(int i) EK9Parser.PackageBlockContext.variableDeclaration
(int i) EK9Parser.PreFlowStatementContext.variableDeclaration()
EK9Parser.ReturningParamContext.variableDeclaration()
EK9Parser.variableDeclaration()
Modifier and TypeMethodDescriptionEK9Parser.DeclareArgumentParamContext.variableDeclaration()
EK9Parser.PackageBlockContext.variableDeclaration()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) Enter a parse tree produced byEK9Parser.variableDeclaration()
.void
EK9Listener.enterVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) Enter a parse tree produced byEK9Parser.variableDeclaration()
.void
EK9BaseListener.exitVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) Exit a parse tree produced byEK9Parser.variableDeclaration()
.void
EK9Listener.exitVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) Exit a parse tree produced byEK9Parser.variableDeclaration()
.EK9BaseVisitor.visitVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) Visit a parse tree produced byEK9Parser.variableDeclaration()
.EK9Visitor.visitVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) Visit a parse tree produced byEK9Parser.variableDeclaration()
. -
Uses of EK9Parser.VariableDeclarationContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
VariableDeclarationOrError.accept
(EK9Parser.VariableDeclarationContext ctx) void
DefinitionListener.enterVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) Just a straight forward declaration of a variable.void
ReferencesPhase1Listener.enterVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) void
DefinitionListener.exitVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) Now we have an assignment expression we can note that this variable was initialised. -
Uses of EK9Parser.VariableDeclarationContext in org.ek9lang.compiler.phase2
Modifier and TypeMethodDescriptionvoid
ProcessVariableDeclarationOrError.accept
(EK9Parser.VariableDeclarationContext ctx) void
ProcessVariableOrError.accept
(EK9Parser.VariableDeclarationContext ctx) void
ResolveDefineExplicitTypeListener.exitVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) -
Uses of EK9Parser.VariableDeclarationContext in org.ek9lang.compiler.phase3
Modifier and TypeMethodDescriptionvoid
VariableAssignmentOrError.accept
(EK9Parser.VariableDeclarationContext ctx) void
ExpressionsListener.exitVariableDeclaration
(EK9Parser.VariableDeclarationContext ctx) -
Uses of EK9Parser.VariableDeclarationContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newVariable
(EK9Parser.VariableDeclarationContext ctx) Create and initialise a new variable symbol.