java.lang.Object
technology.sola.script.tokenizer.Tokenizer
Tokenizer provides functionality for tokenizing a source string into
Token
s to be parsed and interpreted.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontokenize()
Tokenizes the source string and includes any errors found.
-
Constructor Details
-
Tokenizer
Creates a Tokenizer instance for desired source string.- Parameters:
source
- the source
-
-
Method Details
-
tokenize
Tokenizes the source string and includes any errors found.- Returns:
- the
TokenizeResult
-