Uses of Class
org.ek9lang.antlr.EK9Parser.ColourLiteralContext
Packages that use EK9Parser.ColourLiteralContext
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
-
Uses of EK9Parser.ColourLiteralContext in org.ek9lang.antlr
Methods in org.ek9lang.antlr with parameters of type EK9Parser.ColourLiteralContextModifier and TypeMethodDescriptionvoidEK9BaseListener.enterColourLiteral(EK9Parser.ColourLiteralContext ctx) Enter a parse tree produced by thecolourLiterallabeled alternative inEK9Parser.literal().voidEK9Listener.enterColourLiteral(EK9Parser.ColourLiteralContext ctx) Enter a parse tree produced by thecolourLiterallabeled alternative inEK9Parser.literal().voidEK9BaseListener.exitColourLiteral(EK9Parser.ColourLiteralContext ctx) Exit a parse tree produced by thecolourLiterallabeled alternative inEK9Parser.literal().voidEK9Listener.exitColourLiteral(EK9Parser.ColourLiteralContext ctx) Exit a parse tree produced by thecolourLiterallabeled alternative inEK9Parser.literal().EK9BaseVisitor.visitColourLiteral(EK9Parser.ColourLiteralContext ctx) Visit a parse tree produced by thecolourLiterallabeled alternative inEK9Parser.literal().EK9Visitor.visitColourLiteral(EK9Parser.ColourLiteralContext ctx) Visit a parse tree produced by thecolourLiterallabeled alternative inEK9Parser.literal(). -
Uses of EK9Parser.ColourLiteralContext in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type EK9Parser.ColourLiteralContextModifier and TypeMethodDescriptionvoidDefinitionListener.enterColourLiteral(EK9Parser.ColourLiteralContext ctx)