Interface ClassNameParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CLOSE_PAREN
      RegularExpression Id.
      static int COMMA
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int EOF
      End of File.
      static int OPEN_PAREN
      RegularExpression Id.
      static int PARAM_COMMA
      RegularExpression Id.
      static int PARAM_WORD
      RegularExpression Id.
      static int PERIOD
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int WithinBrackets
      Lexical state.
      static int WORD
      RegularExpression Id.