Class ObjectiveCCpdLexer

java.lang.Object
net.sourceforge.pmd.cpd.impl.CpdLexerBase<net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken>
net.sourceforge.pmd.cpd.impl.JavaccCpdLexer
net.sourceforge.pmd.lang.objectivec.cpd.ObjectiveCCpdLexer
All Implemented Interfaces:
net.sourceforge.pmd.cpd.CpdLexer

public class ObjectiveCCpdLexer extends net.sourceforge.pmd.cpd.impl.JavaccCpdLexer
The Objective-C Tokenizer

Note: This class has been called ObjectiveCTokenizer in PMD 6

.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.sourceforge.pmd.lang.TokenManager<net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken>
    makeLexerImpl(net.sourceforge.pmd.lang.document.TextDocument doc)
     

    Methods inherited from class net.sourceforge.pmd.cpd.impl.CpdLexerBase

    filterTokenStream, getImage, processToken, tokenize

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ObjectiveCCpdLexer

      public ObjectiveCCpdLexer()
  • Method Details

    • 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>