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 | Method and Description |
---|---|
List<Parser.Executable> |
Parser.Program.tokens() |
List<Parser.Executable> |
Parser.Pipeline.tokens() |
Modifier and Type | Method and Description |
---|---|
Object |
Closure.execute(Parser.Executable executable) |
Constructor and 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.