public interface Scanner
List<Token> scan(String line) throws SyntaxException
line - line to scan.SyntaxException - if, syntax error occurred.
// CHECKSTYLE:OFFIllegalArgumentException, - if line is null.
// CHECKSTYLE:ONCopyright © 2014 Sven Strittmatter. All Rights Reserved.