Package net.sourceforge.pmd.lang.vf
Class VfLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.BaseLanguageModule
-
- net.sourceforge.pmd.lang.vf.VfLanguageModule
-
- All Implemented Interfaces:
Comparable<net.sourceforge.pmd.lang.Language>
,net.sourceforge.pmd.lang.Language
public class VfLanguageModule extends net.sourceforge.pmd.lang.BaseLanguageModule
- Author:
- sergey.gorbaty
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
static String
TERSE_NAME
-
Constructor Summary
Constructors Constructor Description VfLanguageModule()
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
TERSE_NAME
public static final String TERSE_NAME
- See Also:
- Constant Field Values
-
-