Modifier and Type | Method and Description |
---|---|
ParserOptions |
Rule.getParserOptions()
Get the parser options for this Rule.
|
Modifier and Type | Field and Description |
---|---|
protected ParserOptions |
AbstractParser.parserOptions |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
AbstractLanguageVersionHandler.getDefaultParserOptions() |
ParserOptions |
LanguageVersionHandler.getDefaultParserOptions()
Get the default ParserOptions.
|
ParserOptions |
Parser.getParserOptions()
Get the ParserOptions used by this Parser.
|
ParserOptions |
AbstractParser.getParserOptions() |
Modifier and Type | Method and Description |
---|---|
Parser |
LanguageVersionHandler.getParser(ParserOptions parserOptions)
Get the Parser.
|
static void |
ParserOptionsTest.verifyOptionsEqualsHashcode(ParserOptions options1,
ParserOptions options2,
ParserOptions options3,
ParserOptions options4)
Verify equals and hashCode for 4
ParserOptions instances. |
Constructor and Description |
---|
AbstractParser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
Parser |
CppHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
CppParser(ParserOptions parserOptions)
Creates a new C++ Parser.
|
Modifier and Type | Class and Description |
---|---|
class |
EcmascriptParserOptions |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
Ecmascript3Handler.getDefaultParserOptions() |
Modifier and Type | Method and Description |
---|---|
Parser |
Ecmascript3Handler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
Ecmascript3Parser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
EcmascriptXPathRule.getParserOptions() |
ParserOptions |
AbstractEcmascriptRule.getParserOptions() |
Modifier and Type | Method and Description |
---|---|
Parser |
Java17Handler.getParser(ParserOptions parserOptions) |
Parser |
Java18Handler.getParser(ParserOptions parserOptions) |
Parser |
Java13Handler.getParser(ParserOptions parserOptions) |
Parser |
Java16Handler.getParser(ParserOptions parserOptions) |
Parser |
Java15Handler.getParser(ParserOptions parserOptions) |
Parser |
Java14Handler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
AbstractJavaParser(ParserOptions parserOptions) |
Java13Parser(ParserOptions parserOptions) |
Java14Parser(ParserOptions parserOptions) |
Java15Parser(ParserOptions parserOptions) |
Java16Parser(ParserOptions parserOptions) |
Java17Parser(ParserOptions parserOptions) |
Java18Parser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
Parser |
JspHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
JspParser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
Parser |
MatlabHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
MatlabParser(ParserOptions parserOptions)
Creates a new Matlab Parser.
|
Modifier and Type | Method and Description |
---|---|
Parser |
ObjectiveCHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
ObjectiveCParser(ParserOptions parserOptions)
Creates a new Objective-C Parser.
|
Modifier and Type | Method and Description |
---|---|
Parser |
PLSQLHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
PLSQLParser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
Parser |
PythonHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
PythonParser(ParserOptions parserOptions)
Creates a new Python Parser.
|
Modifier and Type | Method and Description |
---|---|
ParserOptions |
AbstractDelegateRule.getParserOptions() |
ParserOptions |
AbstractRule.getParserOptions()
This implementation returns a new instance of
ParserOptions using default settings. |
Modifier and Type | Method and Description |
---|---|
Parser |
VmHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
VmParser(ParserOptions parserOptions) |
Modifier and Type | Class and Description |
---|---|
class |
XmlParserOptions |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
XmlHandler.getDefaultParserOptions() |
Modifier and Type | Method and Description |
---|---|
Parser |
XmlHandler.getParser(ParserOptions parserOptions) |
Constructor and Description |
---|
XmlParser(ParserOptions parserOptions) |
Modifier and Type | Method and Description |
---|---|
ParserOptions |
XmlXPathRule.getParserOptions() |
ParserOptions |
AbstractXmlRule.getParserOptions() |
Copyright © 2002–2016 InfoEther. All rights reserved.