Class ProcessingParser.LiteralContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
processing.mode.java.preproc.ProcessingParser.LiteralContext
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Tree
Enclosing class:
ProcessingParser

public static class ProcessingParser.LiteralContext extends org.antlr.v4.runtime.ParserRuleContext
  • Constructor Details

    • LiteralContext

      public LiteralContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
  • Method Details

    • integerLiteral

      public ProcessingParser.IntegerLiteralContext integerLiteral()
    • floatLiteral

      public ProcessingParser.FloatLiteralContext floatLiteral()
    • CHAR_LITERAL

      public org.antlr.v4.runtime.tree.TerminalNode CHAR_LITERAL()
    • stringLiteral

      public ProcessingParser.StringLiteralContext stringLiteral()
    • BOOL_LITERAL

      public org.antlr.v4.runtime.tree.TerminalNode BOOL_LITERAL()
    • NULL_LITERAL

      public org.antlr.v4.runtime.tree.TerminalNode NULL_LITERAL()
    • hexColorLiteral

      public ProcessingParser.HexColorLiteralContext hexColorLiteral()
    • getRuleIndex

      public int getRuleIndex()
      Overrides:
      getRuleIndex in class org.antlr.v4.runtime.RuleContext
    • enterRule

      public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      Overrides:
      enterRule in class org.antlr.v4.runtime.ParserRuleContext
    • exitRule

      public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
      Overrides:
      exitRule in class org.antlr.v4.runtime.ParserRuleContext