Package net.sourceforge.pmd.lang.cpp
Class CppLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.BaseLanguageModule
-
- net.sourceforge.pmd.lang.cpp.CppLanguageModule
-
- All Implemented Interfaces:
Comparable<Language>
,Language
@Deprecated public class CppLanguageModule extends BaseLanguageModule
Deprecated.There is no full PMD support for c++.Implementation of the C/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.-
Fields inherited from class net.sourceforge.pmd.lang.BaseLanguageModule
defaultVersion, extensions, name, ruleChainVisitorClass, shortName, terseName, versions
-
Fields inherited from interface net.sourceforge.pmd.lang.Language
LANGUAGE_MODULES_CLASS_NAMES_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description CppLanguageModule()
Deprecated.Creates a new instance ofCppLanguageModule
with the default file extensions for C++.
-
Method Summary
-
Methods inherited from class net.sourceforge.pmd.lang.BaseLanguageModule
addVersion, addVersions, compareTo, equals, getDefaultVersion, getExtensions, getName, getRuleChainVisitorClass, getShortName, getTerseName, getVersion, getVersions, hasExtension, hashCode, hasVersion, toString
-
-
-
-
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
-
CppLanguageModule
public CppLanguageModule()
Deprecated.Creates a new instance ofCppLanguageModule
with the default file extensions for C++.
-
-