Uses of Class
org.ek9lang.antlr.EK9Parser.ExcludedLiteralContext
Packages that use EK9Parser.ExcludedLiteralContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
-
Uses of EK9Parser.ExcludedLiteralContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr that return EK9Parser.ExcludedLiteralContextModifier and TypeMethodDescriptionEK9Parser.excludedLiteral()EK9Parser.PrimaryContext.excludedLiteral()Methods in org.ek9lang.antlr with parameters of type EK9Parser.ExcludedLiteralContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterExcludedLiteral(EK9Parser.ExcludedLiteralContext ctx) Enter a parse tree produced byEK9Parser.excludedLiteral().voidEK9Listener.enterExcludedLiteral(EK9Parser.ExcludedLiteralContext ctx) Enter a parse tree produced byEK9Parser.excludedLiteral().voidEK9BaseListener.exitExcludedLiteral(EK9Parser.ExcludedLiteralContext ctx) Exit a parse tree produced byEK9Parser.excludedLiteral().voidEK9Listener.exitExcludedLiteral(EK9Parser.ExcludedLiteralContext ctx) Exit a parse tree produced byEK9Parser.excludedLiteral().EK9BaseVisitor.visitExcludedLiteral(EK9Parser.ExcludedLiteralContext ctx) Visit a parse tree produced byEK9Parser.excludedLiteral().EK9Visitor.visitExcludedLiteral(EK9Parser.ExcludedLiteralContext ctx) Visit a parse tree produced byEK9Parser.excludedLiteral(). -
Uses of EK9Parser.ExcludedLiteralContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ExcludedLiteralContextModifier and TypeMethodDescription(package private) voidExcludedKeywordOrError.checkExcludedLiteral(EK9Parser.ExcludedLiteralContext ctx) Check for excluded literal (null, None).voidDefinitionListener.exitExcludedLiteral(EK9Parser.ExcludedLiteralContext ctx) Detect excluded literal (null) and emit helpful error.