Class ParserOptions


  • public class ParserOptions
    extends 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 Detail

      • suppressMarker

        protected String suppressMarker
    • Constructor Detail

      • ParserOptions

        public ParserOptions()
    • Method Detail

      • getSuppressMarker

        public String getSuppressMarker()
      • setSuppressMarker

        public void setSuppressMarker​(String suppressMarker)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object