Package | Description |
---|---|
net.sourceforge.pmd.lang.ecmascript |
Modifier and Type | Field and Description |
---|---|
static EnumeratedProperty<EcmascriptParserOptions.Version> |
EcmascriptParserOptions.RHINO_LANGUAGE_VERSION |
Modifier and Type | Method and Description |
---|---|
EcmascriptParserOptions.Version |
EcmascriptParserOptions.getRhinoLanguageVersion() |
static EcmascriptParserOptions.Version |
EcmascriptParserOptions.Version.valueOf(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 and Description |
---|---|
void |
EcmascriptParserOptions.setRhinoLanguageVersion(EcmascriptParserOptions.Version rhinoLanguageVersion) |
Copyright © 2002–2017 PMD. All rights reserved.