Free Touch Pricker
    Preparing search index...

    Class AbstractParser<Touch>Abstract

    Abstract class representing a "parser" for touches

    Takes a text input describing a touch. Uses each line of that input to create an appropriate block, and then assembles those blocks into a RandomAccessContainer.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Parses calling for a touch expressed on multiple lines Strips out:

      • blank lines
      • MicroSIRIL's comment marker (/ at the start of a line)
      • Other comments (marked using // anywhere in a line) Uses the first line to create a touch and passes each subsequent line to parseLine() for further processing.

      Parameters

      • input: string

        input string to parse

      Returns Touch