Class ObjectiveCLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.BaseLanguageModule
-
- net.sourceforge.pmd.lang.objectivec.ObjectiveCLanguageModule
-
- All Implemented Interfaces:
Comparable<net.sourceforge.pmd.lang.Language>
,net.sourceforge.pmd.lang.Language
@Deprecated public class ObjectiveCLanguageModule extends net.sourceforge.pmd.lang.BaseLanguageModule
Deprecated.There is no full PMD support for Objective-C.Implementation of the Objective-C Language Module.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
Deprecated.The name, that can be used to display the language in UI.static String
TERSE_NAME
Deprecated.The internal name.
-
Constructor Summary
Constructors Constructor Description ObjectiveCLanguageModule()
Deprecated.Creates a new instance ofObjectiveCLanguageModule
with the default file extensions for Objective-C.
-
-
-
Field Detail
-
NAME
public static final String NAME
Deprecated.The name, that can be used to display the language in UI.- See Also:
- Constant Field Values
-
TERSE_NAME
public static final String TERSE_NAME
Deprecated.The internal name.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ObjectiveCLanguageModule
public ObjectiveCLanguageModule()
Deprecated.Creates a new instance ofObjectiveCLanguageModule
with the default file extensions for Objective-C.
-
-