Class VfLanguageModule

  • All Implemented Interfaces:
    Comparable<net.sourceforge.pmd.lang.Language>, net.sourceforge.pmd.cpd.CpdCapableLanguage, net.sourceforge.pmd.lang.Language, net.sourceforge.pmd.lang.PmdCapableLanguage

    public class VfLanguageModule
    extends net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase
    implements net.sourceforge.pmd.cpd.CpdCapableLanguage
    Author:
    sergey.gorbaty
    • Nested Class Summary

      • Nested classes/interfaces inherited from class net.sourceforge.pmd.lang.LanguageModuleBase

        net.sourceforge.pmd.lang.LanguageModuleBase.LanguageMetadata
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.sourceforge.pmd.cpd.CpdLexer createCpdLexer​(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle)  
      static VfLanguageModule getInstance()  
      net.sourceforge.pmd.lang.LanguagePropertyBundle newPropertyBundle()  
      • Methods inherited from class net.sourceforge.pmd.lang.impl.SimpleLanguageModuleBase

        createProcessor
      • Methods inherited from class net.sourceforge.pmd.lang.LanguageModuleBase

        compareTo, equals, getDefaultVersion, getDependencies, getExtensions, getId, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hashCode, toString
      • Methods inherited from interface net.sourceforge.pmd.lang.Language

        getDefaultVersion, getDependencies, getExtensions, getId, getLatestVersion, getName, getShortName, getVersion, getVersionNamesAndAliases, getVersions, hasExtension, hasVersion
    • Constructor Detail

      • VfLanguageModule

        public VfLanguageModule()
    • Method Detail

      • createCpdLexer

        public net.sourceforge.pmd.cpd.CpdLexer createCpdLexer​(net.sourceforge.pmd.lang.LanguagePropertyBundle bundle)
        Specified by:
        createCpdLexer in interface net.sourceforge.pmd.cpd.CpdCapableLanguage
      • newPropertyBundle

        public net.sourceforge.pmd.lang.LanguagePropertyBundle newPropertyBundle()
        Specified by:
        newPropertyBundle in interface net.sourceforge.pmd.lang.Language