net.sourceforge.pmd.lang.cpp
Class CppLanguageModule
java.lang.Object
net.sourceforge.pmd.lang.BaseLanguageModule
net.sourceforge.pmd.lang.cpp.CppLanguageModule
- All Implemented Interfaces:
- Language
public class CppLanguageModule
- extends BaseLanguageModule
Implementation of the C/C++ Language Module.
Field Summary |
static String |
NAME
The name, that can be used to display the language in UI. |
static String |
TERSE_NAME
The internal name. |
Methods inherited from class net.sourceforge.pmd.lang.BaseLanguageModule |
addVersion, getDefaultVersion, getExtensions, getName, getRuleChainVisitorClass, getShortName, getTerseName, getVersion, getVersions, hasExtension, hasVersion, toString |
NAME
public static final String NAME
- 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
- The internal name.
- See Also:
- Constant Field Values
CppLanguageModule
public CppLanguageModule()
- Creates a new instance of
CppLanguageModule
with the default file extensions for C++.
Copyright © 2002-2015 InfoEther. All Rights Reserved.