net.sourceforge.pmd.cpd
Class ObjectiveCLanguage

java.lang.Object
  extended by net.sourceforge.pmd.cpd.AbstractLanguage
      extended by net.sourceforge.pmd.cpd.ObjectiveCLanguage
All Implemented Interfaces:
Language

public class ObjectiveCLanguage
extends AbstractLanguage

Defines the Language module for Objective-C


Constructor Summary
ObjectiveCLanguage()
          Creates a new instance of ObjectiveCLanguage with the default extensions for Objective-C files.
 
Method Summary
 
Methods inherited from class net.sourceforge.pmd.cpd.AbstractLanguage
getExtensions, getFileFilter, getName, getTerseName, getTokenizer, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectiveCLanguage

public ObjectiveCLanguage()
Creates a new instance of ObjectiveCLanguage with the default extensions for Objective-C files.



Copyright © 2002–2015 InfoEther. All rights reserved.