Class ParserOptions


  • public class ParserOptions
    extends java.lang.Object
    Represents a set of configuration options for a Parser. For each unique combination of ParserOptions a Parser will be used to create an AST. Therefore, implementations must implement Object.equals(Object) and Object.hashCode().
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String suppressMarker  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParserOptions()  
    • Field Detail

      • suppressMarker

        protected java.lang.String suppressMarker
    • Constructor Detail

      • ParserOptions

        public ParserOptions()
    • Method Detail

      • getSuppressMarker

        public java.lang.String getSuppressMarker()
      • setSuppressMarker

        public void setSuppressMarker​(java.lang.String suppressMarker)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object