public static class Parser.Pipeline extends Parser.Executable
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Parser.Executable> |
tokens |
| Constructor and Description |
|---|
Pipeline(Token cs,
java.util.List<Parser.Executable> tokens) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Parser.Executable> |
tokens() |
charAt, column, eq, length, line, start, subSequence, toStringprivate final java.util.List<Parser.Executable> tokens
public Pipeline(Token cs, java.util.List<Parser.Executable> tokens)
public java.util.List<Parser.Executable> tokens()