public class EcmascriptParserOptions
extends net.sourceforge.pmd.lang.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 |
Constructor | Description |
---|---|
EcmascriptParserOptions() |
|
EcmascriptParserOptions(net.sourceforge.pmd.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) |
public 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(net.sourceforge.pmd.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 net.sourceforge.pmd.lang.ParserOptions
public boolean equals(java.lang.Object obj)
equals
in class net.sourceforge.pmd.lang.ParserOptions
Copyright © 2002–2018 PMD. All rights reserved.