| Interface | Description |
|---|---|
| Consumer |
Provide a means to direct the
StatementSplitter in how it should consume tokens. |
| Context |
Provides a means to modify and inspect the state of the parsing and splitting
of a script.
|
| TokenRule |
Allows the implementation of splitting rules based on specific tokens.
|
| Class | Description |
|---|---|
| StatementSplitter |
Splits script text into statements according to a
CommandShellEmulator. |
| Enum | Description |
|---|---|
| CloseStatementRule |
A
TokenRule for handling statement terminating characters. |
| DefaultTokenRule |
A
TokenRule for handling general characters. |
| PreserveCommentsRule |
A
TokenRule for handling comments. |
| PreserveQuotesRule |
A
TokenRule for handling quoted character sequences. |
Copyright © 2013–2020. All rights reserved.