Package com.io7m.smfj.format.text
Class SMFTLineLexer
- java.lang.Object
-
- com.io7m.smfj.format.text.SMFTLineLexer
-
public final class SMFTLineLexer extends java.lang.ObjectA mindlessly trivial line lexer.
-
-
Constructor Summary
Constructors Constructor Description SMFTLineLexer()Create a new lexer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>lex(java.lang.String line)Lex the given line into tokens.
-