Uses of Package
net.sf.eBus.text
-
Packages that use net.sf.eBus.text Package Description net.sf.eBus.text TokenLexertakes a given input and returns a series of analyzed tokens. -
Classes in net.sf.eBus.text used by net.sf.eBus.text Class Description Token Contains the token's type, corresponding Java object, raw text and the input line number where the token was found.TokenLexer.LexMode The lexer will either analyze the tokens identifying the type or collect raw input until a terminating delimiter is found.