Interface IParserState
-
- All Known Implementing Classes:
AtRuleBlockState
,BlockState
,CommentEndState
,CommentInnerState
,CommentStartState
,ConditionalGroupAtRuleBlockState
,RuleState
,UnknownState
interface IParserState
Interface for all parser state implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(char ch)
Process a character.
-