Uses of Class
org.apache.felix.gogo.runtime.Parser.Executable
-
Packages that use Parser.Executable Package Description org.apache.felix.gogo.runtime -
-
Uses of Parser.Executable in org.apache.felix.gogo.runtime
Subclasses of Parser.Executable in org.apache.felix.gogo.runtime Modifier and Type Class Description static class
Parser.Operator
static class
Parser.Pipeline
token1 | token2 | ...static class
Parser.Sequence
( program )static class
Parser.Statement
Methods in org.apache.felix.gogo.runtime that return types with arguments of type Parser.Executable Modifier and Type Method Description List<Parser.Executable>
Parser.Pipeline. tokens()
List<Parser.Executable>
Parser.Program. tokens()
Methods in org.apache.felix.gogo.runtime with parameters of type Parser.Executable Modifier and Type Method Description Object
Closure. execute(Parser.Executable executable)
Constructor parameters in org.apache.felix.gogo.runtime with type arguments of type Parser.Executable Constructor Description Pipeline(Token cs, List<Parser.Executable> tokens)
Program(Token cs, List<Parser.Executable> tokens)
-