net.sourceforge.pmd.cpd
Class CPPLanguage
java.lang.Object
net.sourceforge.pmd.cpd.AbstractLanguage
net.sourceforge.pmd.cpd.CPPLanguage
- All Implemented Interfaces:
- Language
public class CPPLanguage
- extends AbstractLanguage
Defines the Language module for C/C++
Constructor Summary |
CPPLanguage()
Creates a new instance of CPPLanguage with the default extensions for c/c++ files. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CPPLanguage
public CPPLanguage()
- Creates a new instance of
CPPLanguage
with the default extensions for c/c++ files.
setProperties
public void setProperties(Properties properties)
- Specified by:
setProperties
in interface Language
- Overrides:
setProperties
in class AbstractLanguage
Copyright © 2002-2015 InfoEther. All Rights Reserved.