Package net.seesharpsoft.commons.util
Class Lexer.StateInfo<T>
java.lang.Object
net.seesharpsoft.commons.util.Lexer.StateInfo<T>
public static class Lexer.StateInfo<T>
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description voidaddToken(Tokenizer.TokenInfo<T> tokenInfo)booleanequals(java.lang.Object object)Lexer.State<T>getState()java.util.List<Tokenizer.TokenInfo<T>>getTokenInfos()inthashCode()java.lang.StringtoString()