Class EcmascriptParserOptions
- java.lang.Object
-
- net.sourceforge.pmd.lang.ParserOptions
-
- net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptions
-
@Deprecated public class EcmascriptParserOptions extends ParserOptions
Deprecated.Will be removed in 7.0 TODO refactor this into language versions?
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EcmascriptParserOptions.Version
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static BooleanProperty
RECORDING_COMMENTS_DESCRIPTOR
Deprecated.static BooleanProperty
RECORDING_LOCAL_JSDOC_COMMENTS_DESCRIPTOR
Deprecated.static EnumeratedProperty<EcmascriptParserOptions.Version>
RHINO_LANGUAGE_VERSION
Deprecated.-
Fields inherited from class net.sourceforge.pmd.lang.ParserOptions
suppressMarker
-
-
Constructor Summary
Constructors Constructor Description EcmascriptParserOptions()
Deprecated.EcmascriptParserOptions(Rule rule)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
Deprecated.EcmascriptParserOptions.Version
getRhinoLanguageVersion()
Deprecated.int
hashCode()
Deprecated.boolean
isRecordingComments()
Deprecated.boolean
isRecordingLocalJsDocComments()
Deprecated.void
setRecordingComments(boolean recordingComments)
Deprecated.void
setRecordingLocalJsDocComments(boolean recordingLocalJsDocComments)
Deprecated.void
setRhinoLanguageVersion(EcmascriptParserOptions.Version rhinoLanguageVersion)
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.ParserOptions
getSuppressMarker, setSuppressMarker
-
-
-
-
Field Detail
-
RECORDING_COMMENTS_DESCRIPTOR
public static final BooleanProperty RECORDING_COMMENTS_DESCRIPTOR
Deprecated.
-
RECORDING_LOCAL_JSDOC_COMMENTS_DESCRIPTOR
public static final BooleanProperty RECORDING_LOCAL_JSDOC_COMMENTS_DESCRIPTOR
Deprecated.
-
RHINO_LANGUAGE_VERSION
public static final EnumeratedProperty<EcmascriptParserOptions.Version> RHINO_LANGUAGE_VERSION
Deprecated.
-
-
Constructor Detail
-
EcmascriptParserOptions
public EcmascriptParserOptions()
Deprecated.
-
EcmascriptParserOptions
public EcmascriptParserOptions(Rule rule)
Deprecated.
-
-
Method Detail
-
isRecordingComments
public boolean isRecordingComments()
Deprecated.
-
setRecordingComments
public void setRecordingComments(boolean recordingComments)
Deprecated.
-
isRecordingLocalJsDocComments
public boolean isRecordingLocalJsDocComments()
Deprecated.
-
setRecordingLocalJsDocComments
public void setRecordingLocalJsDocComments(boolean recordingLocalJsDocComments)
Deprecated.
-
getRhinoLanguageVersion
public EcmascriptParserOptions.Version getRhinoLanguageVersion()
Deprecated.
-
setRhinoLanguageVersion
public void setRhinoLanguageVersion(EcmascriptParserOptions.Version rhinoLanguageVersion)
Deprecated.
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCode
in classParserOptions
-
equals
public boolean equals(Object obj)
Deprecated.- Overrides:
equals
in classParserOptions
-
-