Package | Description |
---|---|
org.apache.felix.gogo.runtime |
Modifier and Type | Class and Description |
---|---|
static class |
Parser.Operator |
static class |
Parser.Pipeline
token1 | token2 | ...
|
static class |
Parser.Sequence
( program )
|
static class |
Parser.Statement |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Parser.Executable> |
Parser.Program.tokens |
private java.util.List<Parser.Executable> |
Parser.Pipeline.tokens |
Modifier and Type | Method and Description |
---|---|
java.util.List<Parser.Executable> |
Parser.Program.tokens() |
java.util.List<Parser.Executable> |
Parser.Pipeline.tokens() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Closure.execute(Parser.Executable executable) |
Constructor and Description |
---|
Pipeline(Token cs,
java.util.List<Parser.Executable> tokens) |
Program(Token cs,
java.util.List<Parser.Executable> tokens) |