Class ObjectiveCLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.LanguageModuleBase
-
- net.sourceforge.pmd.lang.impl.CpdOnlyLanguageModuleBase
-
- net.sourceforge.pmd.lang.objectivec.ObjectiveCLanguageModule
-
- All Implemented Interfaces:
Comparable<net.sourceforge.pmd.lang.Language>
,net.sourceforge.pmd.cpd.CpdCapableLanguage
,net.sourceforge.pmd.lang.Language
public class ObjectiveCLanguageModule extends net.sourceforge.pmd.lang.impl.CpdOnlyLanguageModuleBase
Defines the Language module for Objective-C
-
-
Constructor Summary
Constructors Constructor Description ObjectiveCLanguageModule()
Creates a new instance ofObjectiveCLanguageModule
with the default extensions for Objective-C files.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sourceforge.pmd.cpd.CpdLexer
createCpdLexer(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle)
static ObjectiveCLanguageModule
getInstance()
-
Methods inherited from class net.sourceforge.pmd.lang.LanguageModuleBase
compareTo, equals, getDefaultVersion, getDependencies, getExtensions, getId, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Constructor Detail
-
ObjectiveCLanguageModule
public ObjectiveCLanguageModule()
Creates a new instance ofObjectiveCLanguageModule
with the default extensions for Objective-C files.
-
-
Method Detail
-
getInstance
public static ObjectiveCLanguageModule getInstance()
-
createCpdLexer
public net.sourceforge.pmd.cpd.CpdLexer createCpdLexer(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle)
- Specified by:
createCpdLexer
in interfacenet.sourceforge.pmd.cpd.CpdCapableLanguage
- Specified by:
createCpdLexer
in classnet.sourceforge.pmd.lang.impl.CpdOnlyLanguageModuleBase
-
-