Class PLSQLTokenizer

  • All Implemented Interfaces:
    Tokenizer

    public class PLSQLTokenizer
    extends net.sourceforge.pmd.cpd.internal.JavaCCTokenizer
    • Constructor Detail

      • PLSQLTokenizer

        public PLSQLTokenizer()
    • Method Detail

      • setProperties

        public void setProperties​(Properties properties)
      • setIgnoreComments

        @Deprecated
        public void setIgnoreComments​(boolean ignore)
        Deprecated.
      • setIgnoreLiterals

        public void setIgnoreLiterals​(boolean ignore)
      • setIgnoreIdentifiers

        public void setIgnoreIdentifiers​(boolean ignore)
      • processToken

        protected TokenEntry processToken​(Tokens tokenEntries,
                                          GenericToken currentToken,
                                          String fileName)
        Overrides:
        processToken in class net.sourceforge.pmd.cpd.internal.JavaCCTokenizer
      • getLexerForSource

        protected TokenManager getLexerForSource​(SourceCode sourceCode)
        Specified by:
        getLexerForSource in class net.sourceforge.pmd.cpd.internal.JavaCCTokenizer