Interface RegExParserConstants

  • All Known Implementing Classes:
    RegExLexer, RegExParser

    public interface RegExParserConstants
    Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BACK_REF
      RegularExpression Id.
      static int BR_CLOSE
      RegularExpression Id.
      static int BR_OPEN
      RegularExpression Id.
      static int CAT_ESC
      RegularExpression Id.
      static int CHAR
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int DIGIT
      RegularExpression Id.
      static int EOF
      End of File.
      static int LINE_END
      RegularExpression Id.
      static int LINE_START
      RegularExpression Id.
      static int MULTI_ESC
      RegularExpression Id.
      static int NEG
      RegularExpression Id.
      static int NPAR_OPEN
      RegularExpression Id.
      static int NUMBER
      RegularExpression Id.
      static int OR
      RegularExpression Id.
      static int PAR_CLOSE
      RegularExpression Id.
      static int PAR_OPEN
      RegularExpression Id.
      static int PLUS
      RegularExpression Id.
      static int Q_MARK
      RegularExpression Id.
      static int QUANT_CLOSE
      RegularExpression Id.
      static int QUANT_OPEN
      RegularExpression Id.
      static int SINGLE_ESC
      RegularExpression Id.
      static int STAR
      RegularExpression Id.
      static int TO
      RegularExpression Id.
      static String[] tokenImage
      Literal token values.
      static int WILDCARD
      RegularExpression Id.