net.sourceforge.pmd.lang.ecmascript
Class EcmascriptParserOptions
java.lang.Object
net.sourceforge.pmd.lang.ParserOptions
net.sourceforge.pmd.lang.ecmascript.EcmascriptParserOptions
public class EcmascriptParserOptions
- extends ParserOptions
RECORDING_COMMENTS_DESCRIPTOR
public static final BooleanProperty RECORDING_COMMENTS_DESCRIPTOR
RECORDING_LOCAL_JSDOC_COMMENTS_DESCRIPTOR
public static final BooleanProperty RECORDING_LOCAL_JSDOC_COMMENTS_DESCRIPTOR
RHINO_LANGUAGE_VERSION
public static final EnumeratedProperty<EcmascriptParserOptions.Version> RHINO_LANGUAGE_VERSION
EcmascriptParserOptions
public EcmascriptParserOptions()
EcmascriptParserOptions
public EcmascriptParserOptions(Rule rule)
isRecordingComments
public boolean isRecordingComments()
setRecordingComments
public void setRecordingComments(boolean recordingComments)
isRecordingLocalJsDocComments
public boolean isRecordingLocalJsDocComments()
setRecordingLocalJsDocComments
public void setRecordingLocalJsDocComments(boolean recordingLocalJsDocComments)
getRhinoLanguageVersion
public EcmascriptParserOptions.Version getRhinoLanguageVersion()
setRhinoLanguageVersion
public void setRhinoLanguageVersion(EcmascriptParserOptions.Version rhinoLanguageVersion)
hashCode
public int hashCode()
- Overrides:
hashCode
in class ParserOptions
equals
public boolean equals(Object obj)
- Overrides:
equals
in class ParserOptions
Copyright © 2002-2016 InfoEther. All Rights Reserved.