Interface StateVisitor


public interface StateVisitor
State visitor.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(int state)
     
  • Method Details

    • accept

      boolean accept(int state)