Interface StructuredFieldParserConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ANY
      RegularExpression Id.
      static int CONTENT
      RegularExpression Id.
      static int DEFAULT
      Lexical state.
      static int EOF
      End of File.
      static int FOLD
      RegularExpression Id.
      static int INCOMMENT
      Lexical state.
      static int INQUOTEDSTRING
      Lexical state.
      static int NESTED_COMMENT
      Lexical state.
      static int QUOTEDPAIR
      RegularExpression Id.
      static int QUOTEDSTRING
      RegularExpression Id.
      static int STRING_CONTENT
      RegularExpression Id.
      static java.lang.String[] tokenImage
      Literal token values.
      static int WS
      RegularExpression Id.