Uses of Class
org.ek9lang.antlr.EK9Parser.EmptyBlockContext
Packages that use EK9Parser.EmptyBlockContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
-
Uses of EK9Parser.EmptyBlockContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.EmptyBlockContextModifier and TypeMethodDescriptionEK9Parser.emptyBlock()EK9Parser.ModuleBlockContext.emptyBlock()Methods in org.ek9lang.antlr with parameters of type EK9Parser.EmptyBlockContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterEmptyBlock(EK9Parser.EmptyBlockContext ctx) Enter a parse tree produced byEK9Parser.emptyBlock().voidEK9Listener.enterEmptyBlock(EK9Parser.EmptyBlockContext ctx) Enter a parse tree produced byEK9Parser.emptyBlock().voidEK9BaseListener.exitEmptyBlock(EK9Parser.EmptyBlockContext ctx) Exit a parse tree produced byEK9Parser.emptyBlock().voidEK9Listener.exitEmptyBlock(EK9Parser.EmptyBlockContext ctx) Exit a parse tree produced byEK9Parser.emptyBlock().EK9BaseVisitor.visitEmptyBlock(EK9Parser.EmptyBlockContext ctx) Visit a parse tree produced byEK9Parser.emptyBlock().EK9Visitor.visitEmptyBlock(EK9Parser.EmptyBlockContext ctx) Visit a parse tree produced byEK9Parser.emptyBlock(). -
Uses of EK9Parser.EmptyBlockContext in org.ek9lang.compiler.phase1
Classes in org.ek9lang.compiler.phase1 that implement interfaces with type arguments of type EK9Parser.EmptyBlockContextModifier and TypeClassDescription(package private) final classDetects when a 'defines' block (class, function, trait, etc.) is empty and emits a clear semantic error rather than letting it fail as a generic parse error.Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.EmptyBlockContextModifier and TypeMethodDescriptionvoidEmptyBlockOrError.accept(EK9Parser.EmptyBlockContext ctx) voidDefinitionListener.enterEmptyBlock(EK9Parser.EmptyBlockContext ctx)