Class CommentInside

  • All Implemented Interfaces:
    State

    public class CommentInside
    extends java.lang.Object
    implements State
    • Constructor Detail

      • CommentInside

        public CommentInside​(CssStateController cssStateController)
        Parameters:
        cssStateController - the controller
    • Method Detail

      • process

        public void process​(char c)
        Description copied from interface: State
        Processes a character.
        Specified by:
        process in interface State
        Parameters:
        c - the character to process