public interface Scanner
| Modifier and Type | Method and Description |
|---|---|
List<Token> |
scan(String line)
Scans give line and returns list of recognized tokens.
|
List<Token> scan(String line) throws SyntaxException
line - line to scan.SyntaxException - if, syntax error occurred.
// CHECKSTYLE:OFFCopyright © 2014 Sven Strittmatter. All Rights Reserved.