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