Uses of Class
org.ek9lang.antlr.EK9Parser.ConstantDeclarationContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of EK9Parser.ConstantDeclarationContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.ConstantBlockContext.constantDeclaration
(int i) EK9Parser.constantDeclaration()
Modifier and TypeMethodDescriptionvoid
EK9BaseListener.enterConstantDeclaration
(EK9Parser.ConstantDeclarationContext ctx) Enter a parse tree produced byEK9Parser.constantDeclaration()
.void
EK9Listener.enterConstantDeclaration
(EK9Parser.ConstantDeclarationContext ctx) Enter a parse tree produced byEK9Parser.constantDeclaration()
.void
EK9BaseListener.exitConstantDeclaration
(EK9Parser.ConstantDeclarationContext ctx) Exit a parse tree produced byEK9Parser.constantDeclaration()
.void
EK9Listener.exitConstantDeclaration
(EK9Parser.ConstantDeclarationContext ctx) Exit a parse tree produced byEK9Parser.constantDeclaration()
.EK9BaseVisitor.visitConstantDeclaration
(EK9Parser.ConstantDeclarationContext ctx) Visit a parse tree produced byEK9Parser.constantDeclaration()
.EK9Visitor.visitConstantDeclaration
(EK9Parser.ConstantDeclarationContext ctx) Visit a parse tree produced byEK9Parser.constantDeclaration()
. -
Uses of EK9Parser.ConstantDeclarationContext in org.ek9lang.compiler.phase1
Modifier and TypeMethodDescriptionvoid
DefinitionListener.enterConstantDeclaration
(EK9Parser.ConstantDeclarationContext ctx) void
ReferencesPhase1Listener.enterConstantDeclaration
(EK9Parser.ConstantDeclarationContext ctx) void
DefinitionListener.exitConstantDeclaration
(EK9Parser.ConstantDeclarationContext ctx) -
Uses of EK9Parser.ConstantDeclarationContext in org.ek9lang.compiler.support
Modifier and TypeMethodDescriptionSymbolFactory.newConstant
(EK9Parser.ConstantDeclarationContext ctx) Create a new constant as declared in the constants section.