Package org.apache.felix.gogo.runtime
Class Parser.Pipeline
- java.lang.Object
-
- org.apache.felix.gogo.runtime.Token
-
- org.apache.felix.gogo.runtime.Parser.Executable
-
- org.apache.felix.gogo.runtime.Parser.Pipeline
-
- All Implemented Interfaces:
java.lang.CharSequence
- Enclosing class:
- Parser
public static class Parser.Pipeline extends Parser.Executable
token1 | token2 | ...
-
-
Constructor Summary
Constructors Constructor Description Pipeline(Token cs, java.util.List<Parser.Executable> tokens)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Parser.Executable>
tokens()
-
Methods inherited from class org.apache.felix.gogo.runtime.Token
charAt, column, eq, length, line, start, subSequence, toString
-
-
-
-
Field Detail
-
tokens
private final java.util.List<Parser.Executable> tokens
-
-
Constructor Detail
-
Pipeline
public Pipeline(Token cs, java.util.List<Parser.Executable> tokens)
-
-
Method Detail
-
tokens
public java.util.List<Parser.Executable> tokens()
-
-