Interface FourCornerZionStenoLexerFire

All Known Subinterfaces:
FourCornerZionStenoLexerFire.Adapter

public interface FourCornerZionStenoLexerFire
Provides lexer fire state signals.
Version:
1.0 Jan 13, 2025
Author:
Willem Cazander
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fireStateLine(int line)
     
    void
    fireStateScannerMatch(int blockStart, int blockStop, int matchPoint, int idxFirst, int idxLast)
     
  • Method Details

    • fireStateLine

      void fireStateLine(int line)
    • fireStateScannerMatch

      void fireStateScannerMatch(int blockStart, int blockStop, int matchPoint, int idxFirst, int idxLast)