Package net.sourceforge.pmd.lang.xsl
Class XslLanguageModule
- java.lang.Object
-
- net.sourceforge.pmd.lang.BaseLanguageModule
-
- net.sourceforge.pmd.lang.xsl.XslLanguageModule
-
- All Implemented Interfaces:
Comparable<net.sourceforge.pmd.lang.Language>
,net.sourceforge.pmd.lang.Language
public class XslLanguageModule extends net.sourceforge.pmd.lang.BaseLanguageModule
Created by christoferdutz on 20.09.14.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME
static String
TERSE_NAME
-
Constructor Summary
Constructors Constructor Description XslLanguageModule()
-
-
-
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
-
-