| Interface | Description |
|---|---|
| Token |
| Class | Description |
|---|---|
| ASTNode |
Expressions are parsed into an abstract syntax tree (AST).
|
| ImmutableASTNode |
Immutable implementation of
ASTNode. |
| ImmutableASTNode.Builder |
Builds instances of type
ImmutableASTNode. |
| ImmutableToken |
Immutable implementation of
Token. |
| ImmutableToken.Builder |
Builds instances of type
ImmutableToken. |
| ShuntingYardConverter | |
| Tokenizer |
The tokenizer is responsible to parse a string and return a list of tokens.
|
| Enum | Description |
|---|---|
| TokenType |
Copyright © 2024. All rights reserved.