java.lang.Comparable<net.sourceforge.pmd.lang.Language>
, net.sourceforge.pmd.lang.Language
public class CppLanguageModule
extends net.sourceforge.pmd.lang.BaseLanguageModule
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
NAME |
The name, that can be used to display the language in UI.
|
static java.lang.String |
TERSE_NAME |
The internal name.
|
Constructor | Description |
---|---|
CppLanguageModule() |
Creates a new instance of
CppLanguageModule with the default file
extensions for C++. |
public static final java.lang.String NAME
public static final java.lang.String TERSE_NAME
public CppLanguageModule()
CppLanguageModule
with the default file
extensions for C++.Copyright © 2002–2018 PMD. All rights reserved.