Package org.openzen.zenscript.lexer
package org.openzen.zenscript.lexer
-
ClassDescriptionRepresents a character stream.CompiledDFA<T>Represents a compiled DFA.DFA<T>Implements a DFA.DFA.DFAState<T>Represents a state in a DFA.NFA<T extends Comparable<T>>Represents an NFA.NFA.NFAState<T>Represents an NFA state.Represents a token.TokenFactory<T,
TT> Represents a token stream.Represents a token type.