Uses of Class
net.sf.eBus.text.TokenLexer.LexMode
-
Packages that use TokenLexer.LexMode Package Description net.sf.eBus.text TokenLexertakes a given input and returns a series of analyzed tokens. -
-
Uses of TokenLexer.LexMode in net.sf.eBus.text
Methods in net.sf.eBus.text that return TokenLexer.LexMode Modifier and Type Method Description TokenLexer.LexModeTokenLexer. mode()Returns the current lexer mode.static TokenLexer.LexModeTokenLexer.LexMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenLexer.LexMode[]TokenLexer.LexMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-