Class EcmascriptParserOptions


  • public class EcmascriptParserOptions
    extends net.sourceforge.pmd.lang.ParserOptions
    • Field Detail

      • RECORDING_COMMENTS_DESCRIPTOR

        public static final net.sourceforge.pmd.properties.BooleanProperty RECORDING_COMMENTS_DESCRIPTOR
      • RECORDING_LOCAL_JSDOC_COMMENTS_DESCRIPTOR

        public static final net.sourceforge.pmd.properties.BooleanProperty RECORDING_LOCAL_JSDOC_COMMENTS_DESCRIPTOR
    • Constructor Detail

      • EcmascriptParserOptions

        public EcmascriptParserOptions()
      • EcmascriptParserOptions

        public EcmascriptParserOptions​(net.sourceforge.pmd.Rule rule)
    • Method Detail

      • isRecordingComments

        public boolean isRecordingComments()
      • setRecordingComments

        public void setRecordingComments​(boolean recordingComments)
      • isRecordingLocalJsDocComments

        public boolean isRecordingLocalJsDocComments()
      • setRecordingLocalJsDocComments

        public void setRecordingLocalJsDocComments​(boolean recordingLocalJsDocComments)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class net.sourceforge.pmd.lang.ParserOptions
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class net.sourceforge.pmd.lang.ParserOptions