Uses of Class
org.ek9lang.antlr.EK9Parser.ExtendPreambleContext
-
Uses of EK9Parser.ExtendPreambleContext in org.ek9lang.antlr
Modifier and TypeMethodDescriptionEK9Parser.DynamicClassDeclarationContext.extendPreamble()
EK9Parser.DynamicFunctionDeclarationContext.extendPreamble()
EK9Parser.ExtendDeclarationContext.extendPreamble()
EK9Parser.extendPreamble()
EK9Parser.FunctionDeclarationContext.extendPreamble()
EK9Parser.TraitDeclarationContext.extendPreamble()
Modifier 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()
.