| Package | Description |
|---|---|
| org.apache.felix.gogo.runtime |
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Parser.Operator |
|
static class |
Parser.Pipeline |
token1 | token2 | ...
|
static class |
Parser.Sequence |
( program )
|
static class |
Parser.Statement |
| Modifier and Type | Method | Description |
|---|---|---|
List<Parser.Executable> |
Parser.Pipeline.tokens() |
|
List<Parser.Executable> |
Parser.Program.tokens() |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
Closure.execute(Parser.Executable executable) |
| Constructor | Description |
|---|---|
Pipeline(Token cs,
List<Parser.Executable> tokens) |
|
Program(Token cs,
List<Parser.Executable> tokens) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.