Package | Description |
---|---|
net.sourceforge.pmd.lang.ecmascript |
Modifier and Type | Field | Description |
---|---|---|
static net.sourceforge.pmd.properties.EnumeratedProperty<EcmascriptParserOptions.Version> |
EcmascriptParserOptions.RHINO_LANGUAGE_VERSION |
Modifier and Type | Method | Description |
---|---|---|
EcmascriptParserOptions.Version |
EcmascriptParserOptions.getRhinoLanguageVersion() |
|
static EcmascriptParserOptions.Version |
EcmascriptParserOptions.Version.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EcmascriptParserOptions.Version[] |
EcmascriptParserOptions.Version.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
EcmascriptParserOptions.setRhinoLanguageVersion(EcmascriptParserOptions.Version rhinoLanguageVersion) |
Copyright © 2002–2018 PMD. All rights reserved.