Package org.staccato

Class StaccatoParserPatternHelper

java.lang.Object
org.staccato.StaccatoParserPatternHelper

public class StaccatoParserPatternHelper extends Object
Certain functionality of Patterns depend on being able to know what each token parses as. This class provides a bridge between Patterns and Tokens and the StaccatoParser. While the methods below could be a part of either StaccatoParser or Pattern, placing them here helps keep those two classes cleaner.
See Also:
  • Constructor Details

    • StaccatoParserPatternHelper

      public StaccatoParserPatternHelper()
  • Method Details