public class EcmascriptParserOptions extends ParserOptions
| Modifier and Type | Class | Description |
|---|---|---|
static class |
EcmascriptParserOptions.Version |
| Modifier and Type | Field | Description |
|---|---|---|
static net.sourceforge.pmd.properties.BooleanProperty |
RECORDING_COMMENTS_DESCRIPTOR |
|
static net.sourceforge.pmd.properties.BooleanProperty |
RECORDING_LOCAL_JSDOC_COMMENTS_DESCRIPTOR |
|
static net.sourceforge.pmd.properties.EnumeratedProperty<EcmascriptParserOptions.Version> |
RHINO_LANGUAGE_VERSION |
suppressMarker| Constructor | Description |
|---|---|
EcmascriptParserOptions() |
|
EcmascriptParserOptions(Rule rule) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object obj) |
|
EcmascriptParserOptions.Version |
getRhinoLanguageVersion() |
|
int |
hashCode() |
|
boolean |
isRecordingComments() |
|
boolean |
isRecordingLocalJsDocComments() |
|
void |
setRecordingComments(boolean recordingComments) |
|
void |
setRecordingLocalJsDocComments(boolean recordingLocalJsDocComments) |
|
void |
setRhinoLanguageVersion(EcmascriptParserOptions.Version rhinoLanguageVersion) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSuppressMarker, setSuppressMarkerpublic static final net.sourceforge.pmd.properties.BooleanProperty RECORDING_COMMENTS_DESCRIPTOR
public static final net.sourceforge.pmd.properties.BooleanProperty RECORDING_LOCAL_JSDOC_COMMENTS_DESCRIPTOR
public static final net.sourceforge.pmd.properties.EnumeratedProperty<EcmascriptParserOptions.Version> RHINO_LANGUAGE_VERSION
public EcmascriptParserOptions()
public EcmascriptParserOptions(Rule rule)
public boolean isRecordingComments()
public void setRecordingComments(boolean recordingComments)
public boolean isRecordingLocalJsDocComments()
public void setRecordingLocalJsDocComments(boolean recordingLocalJsDocComments)
public EcmascriptParserOptions.Version getRhinoLanguageVersion()
public void setRhinoLanguageVersion(EcmascriptParserOptions.Version rhinoLanguageVersion)
public int hashCode()
hashCode in class ParserOptionspublic boolean equals(java.lang.Object obj)
equals in class ParserOptionsCopyright © 2002–2018 PMD. All rights reserved.