Class MatlabCpdLexer

  • All Implemented Interfaces:
    net.sourceforge.pmd.cpd.CpdLexer

    public class MatlabCpdLexer
    extends net.sourceforge.pmd.cpd.impl.JavaccCpdLexer
    The Matlab Tokenizer.

    Note: This class has been called MatlabTokenizer in PMD 6

    .
    • Constructor Detail

      • MatlabCpdLexer

        public MatlabCpdLexer()
    • Method Detail

      • makeLexerImpl

        protected net.sourceforge.pmd.lang.TokenManager<net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken> makeLexerImpl​(net.sourceforge.pmd.lang.document.TextDocument doc)
        Specified by:
        makeLexerImpl in class net.sourceforge.pmd.cpd.impl.CpdLexerBase<net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken>