H M N

H

hasNext() - Method in class nfa.NFAScanner
Return true if there is more input left.
hasNextInt() - Method in class nfa.NFAScanner
Return true if the next token in the input stream can be interpreted as in integer value.
hasNextIntList() - Method in class nfa.NFAScanner
Return true if the next token is an int list of the form (1,2,3).

M

main(String[]) - Static method in class nfa.NFASimulator
 

N

nextInt() - Method in class nfa.NFAScanner
Return the next token, after converting it to an integer.
nextIntList() - Method in class nfa.NFAScanner
Read an int list of the form (1,2,3) and return it as a Vector of integers.
nextLine() - Method in class nfa.NFAScanner
Return the next line of text.
nfa - package nfa
 
NFAScanner - Class in nfa
A simple scanner to help process NFA input files.
NFAScanner() - Constructor for class nfa.NFAScanner
Create a new NFAScanner that reads input from the terminal.
NFAScanner(File) - Constructor for class nfa.NFAScanner
Create a new NFAScanner that reads input from the File provided as a parameter.
NFASimulator - Class in nfa
A class to simulate an NFA and print yes/no for each input string.
NFASimulator() - Constructor for class nfa.NFASimulator
 

H M N