Package org.apache.felix.gogo.runtime
Class Parser.Program
- java.lang.Object
-
- org.apache.felix.gogo.runtime.Token
-
- org.apache.felix.gogo.runtime.Parser.Program
-
- All Implemented Interfaces:
CharSequence
- Enclosing class:
- Parser
public static class Parser.Program extends Token
pipe1 ; pipe2 ; ...
-
-
Constructor Summary
Constructors Constructor Description Program(Token cs, List<Parser.Executable> tokens)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Parser.Executable>
tokens()
-
Methods inherited from class org.apache.felix.gogo.runtime.Token
charAt, column, eq, length, line, start, subSequence, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.CharSequence
chars, codePoints
-
-
-
-
Constructor Detail
-
Program
public Program(Token cs, List<Parser.Executable> tokens)
-
-
Method Detail
-
tokens
public List<Parser.Executable> tokens()
-
-