Interface State

All Known Implementing Classes:
CommentEnd, CommentInside, CommentStart, Properties, Rule, Unknown

public interface State
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(char c)
    Processes a character.
  • Method Details

    • process

      void process(char c)
      Processes a character.
      Parameters:
      c - the character to process