Interface Tokenizer

    • Field Detail

      • IGNORE_USINGS

        static final java.lang.String IGNORE_USINGS
        Ignore using directives in C#. The default value is false.
        See Also:
        Constant Field Values
      • OPTION_SKIP_BLOCKS

        static final java.lang.String OPTION_SKIP_BLOCKS
        Enables or disabled skipping of blocks like a pre-processor. It is a boolean property. The default value is true.
        See Also:
        OPTION_SKIP_BLOCKS_PATTERN, Constant Field Values
      • OPTION_SKIP_BLOCKS_PATTERN

        static final java.lang.String OPTION_SKIP_BLOCKS_PATTERN
        Configures the pattern, to find the blocks to skip. It is a string property and contains of two parts, separated by |. The first part is the start pattern, the second part is the ending pattern. Default value is "#if 0|#endif".
        See Also:
        DEFAULT_SKIP_BLOCKS_PATTERN, Constant Field Values
      • DEFAULT_SKIP_BLOCKS_PATTERN

        static final java.lang.String DEFAULT_SKIP_BLOCKS_PATTERN
        See Also:
        Constant Field Values
    • Method Detail

      • tokenize

        void tokenize​(SourceCode sourceCode,
                      Tokens tokenEntries)
               throws java.io.IOException
        Throws:
        java.io.IOException