net.sourceforge.pmd.lang.vm
Class VmHandler
java.lang.Object
net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
net.sourceforge.pmd.lang.vm.VmHandler
- All Implemented Interfaces:
- LanguageVersionHandler
public class VmHandler
- extends AbstractLanguageVersionHandler
Implementation of LanguageVersionHandler for the VM parser.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VmHandler
public VmHandler()
getXPathHandler
public XPathHandler getXPathHandler()
- Specified by:
getXPathHandler
in interface LanguageVersionHandler
- Overrides:
getXPathHandler
in class AbstractLanguageVersionHandler
getRuleViolationFactory
public RuleViolationFactory getRuleViolationFactory()
getParser
public Parser getParser(ParserOptions parserOptions)
getDumpFacade
public VisitorStarter getDumpFacade(Writer writer,
String prefix,
boolean recurse)
- Specified by:
getDumpFacade
in interface LanguageVersionHandler
- Overrides:
getDumpFacade
in class AbstractLanguageVersionHandler
Copyright © 2002–2015 InfoEther. All rights reserved.