public class Ecmascript3Handler extends AbstractLanguageVersionHandler
Constructor and Description |
---|
Ecmascript3Handler() |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
getDefaultParserOptions()
Get the default ParserOptions.
|
VisitorStarter |
getDumpFacade(Writer writer,
String prefix,
boolean recurse)
Get the DumpFacade.
|
Parser |
getParser(ParserOptions parserOptions)
Get the Parser.
|
RuleViolationFactory |
getRuleViolationFactory()
Get the RuleViolationFactory.
|
XPathHandler |
getXPathHandler()
Get the XPathHandler.
|
getDataFlowFacade, getDataFlowHandler, getDFAGraphRule, getSymbolFacade, getSymbolFacade, getTypeResolutionFacade
public XPathHandler getXPathHandler()
LanguageVersionHandler
getXPathHandler
in interface LanguageVersionHandler
getXPathHandler
in class AbstractLanguageVersionHandler
public RuleViolationFactory getRuleViolationFactory()
LanguageVersionHandler
public ParserOptions getDefaultParserOptions()
LanguageVersionHandler
getDefaultParserOptions
in interface LanguageVersionHandler
getDefaultParserOptions
in class AbstractLanguageVersionHandler
public Parser getParser(ParserOptions parserOptions)
LanguageVersionHandler
public VisitorStarter getDumpFacade(Writer writer, String prefix, boolean recurse)
LanguageVersionHandler
getDumpFacade
in interface LanguageVersionHandler
getDumpFacade
in class AbstractLanguageVersionHandler
writer
- The writer to dump to.Copyright © 2002–2014 InfoEther. All rights reserved.