abc4j API Specification

Uses of Class
scanner.FinaleStateAutomata

Packages that use FinaleStateAutomata
scanner This package contains classes for scanners needed for syntax analysis : a scanner is in charge of retrieving tokens from an input stream. 
 

Uses of FinaleStateAutomata in scanner
 

Methods in scanner that return FinaleStateAutomata
 FinaleStateAutomata Scanner.getFinaleStateAutomata()
          Returns the current finale state automata currently used to separate tokens.
 

Methods in scanner with parameters of type FinaleStateAutomata
 void Scanner.setFinaleStateAutomata(FinaleStateAutomata fsa)
           
 


abc4j API Specification

Submit a bug or feature