net.sourceforge.pmd.cpd
Class CPPLanguage

java.lang.Object
  extended by net.sourceforge.pmd.cpd.AbstractLanguage
      extended by 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.
 
Method Summary
 void setProperties(Properties properties)
           
 
Methods inherited from class net.sourceforge.pmd.cpd.AbstractLanguage
getExtensions, getFileFilter, getName, getTerseName, getTokenizer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPPLanguage

public CPPLanguage()
Creates a new instance of CPPLanguage with the default extensions for c/c++ files.

Method Detail

setProperties

public void setProperties(Properties properties)
Specified by:
setProperties in interface Language
Overrides:
setProperties in class AbstractLanguage


Copyright © 2002-2015 InfoEther. All Rights Reserved.