Uses of Class
org.ek9lang.antlr.EK9Parser.ExtendPreambleContext
Packages that use EK9Parser.ExtendPreambleContext
-
Uses of EK9Parser.ExtendPreambleContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.ExtendPreambleContextModifier and TypeMethodDescriptionEK9Parser.DynamicClassDeclarationContext.extendPreamble()
EK9Parser.DynamicFunctionDeclarationContext.extendPreamble()
EK9Parser.ExtendDeclarationContext.extendPreamble()
EK9Parser.extendPreamble()
EK9Parser.FunctionDeclarationContext.extendPreamble()
EK9Parser.TraitDeclarationContext.extendPreamble()
Methods in org.ek9lang.antlr with parameters of type EK9Parser.ExtendPreambleContextModifier and TypeMethodDescriptionvoid
EK9BaseListener.enterExtendPreamble
(EK9Parser.ExtendPreambleContext ctx) Enter a parse tree produced byEK9Parser.extendPreamble()
.void
EK9Listener.enterExtendPreamble
(EK9Parser.ExtendPreambleContext ctx) Enter a parse tree produced byEK9Parser.extendPreamble()
.void
EK9BaseListener.exitExtendPreamble
(EK9Parser.ExtendPreambleContext ctx) Exit a parse tree produced byEK9Parser.extendPreamble()
.void
EK9Listener.exitExtendPreamble
(EK9Parser.ExtendPreambleContext ctx) Exit a parse tree produced byEK9Parser.extendPreamble()
.EK9BaseVisitor.visitExtendPreamble
(EK9Parser.ExtendPreambleContext ctx) Visit a parse tree produced byEK9Parser.extendPreamble()
.EK9Visitor.visitExtendPreamble
(EK9Parser.ExtendPreambleContext ctx) Visit a parse tree produced byEK9Parser.extendPreamble()
.