net.sourceforge.pmd.lang.fortran
Class FortranLanguageModule

java.lang.Object
  extended by net.sourceforge.pmd.lang.BaseLanguageModule
      extended by net.sourceforge.pmd.lang.fortran.FortranLanguageModule
All Implemented Interfaces:
Language

public class FortranLanguageModule
extends BaseLanguageModule

Implementation for the Fortran Language Module


Field Summary
static String NAME
          The name
static String TERSE_NAME
          The terse 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
FortranLanguageModule()
          Creates a new instance of FortranLanguageModule
 
Method Summary
 
Methods inherited from class net.sourceforge.pmd.lang.BaseLanguageModule
addVersion, getDefaultVersion, getExtensions, getName, getRuleChainVisitorClass, getShortName, getTerseName, getVersion, getVersions, hasExtension, hasVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
The name

See Also:
Constant Field Values

TERSE_NAME

public static final String TERSE_NAME
The terse name

See Also:
Constant Field Values
Constructor Detail

FortranLanguageModule

public FortranLanguageModule()
Creates a new instance of FortranLanguageModule



Copyright © 2002–2015 InfoEther. All rights reserved.