net.sourceforge.pmd.lang
Class DummyLanguageModule

java.lang.Object
  extended by BaseLanguageModule
      extended by net.sourceforge.pmd.lang.DummyLanguageModule

public class DummyLanguageModule
extends BaseLanguageModule

Dummy language used for testing PMD.


Nested Class Summary
static class DummyLanguageModule.DummyRuleChainVisitor
           
static class DummyLanguageModule.Handler
           
static class DummyLanguageModule.RuleViolationFactory
           
 
Field Summary
static String NAME
           
static String TERSE_NAME
           
 
Constructor Summary
DummyLanguageModule()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

DummyLanguageModule

public DummyLanguageModule()


Copyright © 2002–2015 InfoEther. All rights reserved.