Package org.staccato
Class StaccatoParserPatternHelper
java.lang.Object
org.staccato.StaccatoParserPatternHelper
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
StaccatoParserPatternHelper
public StaccatoParserPatternHelper()
-
-
Method Details
-
getTokens
-
getTokenType
-