Represents an enumerable list of tokens. The tokens in the list are not parsed until after they are requested.
Namespace: com.mindfusion.spreadsheet.expressions
Package: com.mindfusion.spreadsheet.expressions
SyntaxJava
Copy Code
|
|---|
public class TokenList implements Iterable<T> |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.spreadsheet.expressions.Lexer.TokenList![]()
See Also