Uses of Class
net.sourceforge.pmd.lang.Language

Packages that use Language
net.sourceforge.pmd This is the PMD programming mistake detector. 
net.sourceforge.pmd.lang   
net.sourceforge.pmd.lang.ast.xpath   
net.sourceforge.pmd.lang.rule   
 

Uses of Language in net.sourceforge.pmd
 

Methods in net.sourceforge.pmd that return Language
 Language Rule.getLanguage()
          Get the Language of this Rule.
 

Methods in net.sourceforge.pmd with parameters of type Language
 void RuleSets.apply(List<Node> acuList, RuleContext ctx, Language language)
          Apply all applicable rules to the compilation units.
 void RuleChain.apply(List<Node> nodes, RuleContext ctx, Language language)
          Apply the RuleChain to the given Nodes using the given RuleContext, for those rules using the given Language.
 void Rule.setLanguage(Language language)
          Set the Language of this Rule.
 boolean RuleSets.usesDFA(Language language)
          Check if the rules that apply to a source of the given language use DFA.
 boolean RuleSet.usesDFA(Language language)
          Does any Rule for the given Language use the DFA layer?
 boolean RuleSets.usesTypeResolution(Language language)
           
 boolean RuleSet.usesTypeResolution(Language language)
          Does any Rule for the given Language use Type Resolution?
 

Method parameters in net.sourceforge.pmd with type arguments of type Language
static List<DataSource> PMD.getApplicableFiles(PMDConfiguration configuration, Set<Language> languages)
           
 

Uses of Language in net.sourceforge.pmd.lang
 

Methods in net.sourceforge.pmd.lang that return Language
static Language Language.findByTerseName(String terseName)
          A utility method to find the Language associated with the given terse name, whatever the case is.
static Language Language.getDefaultLanguage()
          Return the default language for PMD.
 Language LanguageVersion.getLanguage()
          Get the Language for this LanguageVersion.
static Language Language.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Language[] Language.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.pmd.lang that return types with arguments of type Language
static List<Language> Language.findByExtension(String extension)
          A utility method to find the Languages which are associated with the given file extension.
static List<Language> Language.findWithRuleSupport()
          A utility method to find the Languages which have Rule support.
 List<Language> LanguageVersionDiscoverer.getLanguagesForFile(File sourceFile)
          Get the Languages of a given source file.
 List<Language> LanguageVersionDiscoverer.getLanguagesForFile(String fileName)
          Get the Languages of a given source file.
 

Methods in net.sourceforge.pmd.lang with parameters of type Language
 LanguageVersion LanguageVersionDiscoverer.getDefaultLanguageVersion(Language language)
          Get the current default LanguageVersion for the given Language.
 

Method parameters in net.sourceforge.pmd.lang with type arguments of type Language
static String Language.commaSeparatedTerseNames(List<Language> languages)
          Return a comma separated list of Language terse names.
 

Constructors in net.sourceforge.pmd.lang with parameters of type Language
LanguageFilenameFilter(Language language)
          Create a LanguageFilenameFilter for a single Language.
 

Constructor parameters in net.sourceforge.pmd.lang with type arguments of type Language
LanguageFilenameFilter(Set<Language> languages)
          Create a LanguageFilenameFilter for a List of Languages.
 

Uses of Language in net.sourceforge.pmd.lang.ast.xpath
 

Methods in net.sourceforge.pmd.lang.ast.xpath with parameters of type Language
 void AbstractASTXPathHandler.initialize(net.sf.saxon.sxpath.IndependentContext context, Language language, Class<?> functionsClass)
           
 

Uses of Language in net.sourceforge.pmd.lang.rule
 

Methods in net.sourceforge.pmd.lang.rule that return Language
 Language AbstractDelegateRule.getLanguage()
           
 Language AbstractRule.getLanguage()
           
 Language RuleReference.getOverriddenLanguage()
           
 

Methods in net.sourceforge.pmd.lang.rule with parameters of type Language
 void AbstractDelegateRule.setLanguage(Language language)
           
 void AbstractRule.setLanguage(Language language)
           
 void RuleReference.setLanguage(Language language)
           
 



Copyright © 2002-2012 InfoEther. All Rights Reserved.