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
-
-
Constructor Summary
Constructors Constructor Description Program(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
-
-
-
-
Constructor Detail
-
Program
public Program(Token cs, java.util.List<Parser.Executable> tokens)
-
-
Method Detail
-
tokens
public java.util.List<Parser.Executable> tokens()
-
-