Class SubtreeSpecificationParser

    • Method Detail

      • parse

        public SubtreeSpecification parse​(String spec)
                                   throws ParseException
        Parses a subtree specification without exhausting the parser.
        Parameters:
        spec - the specification to be parsed
        Returns:
        the specification bean
        Throws:
        ParseException - if there are any recognition errors (bad syntax)
      • isNormizing

        public boolean isNormizing()
        Tests to see if this parser is normalizing.
        Returns:
        true if it normalizes false otherwise