Package org.apache.felix.gogo.runtime
Class Parser.Closure
- java.lang.Object
-
- org.apache.felix.gogo.runtime.Token
-
- org.apache.felix.gogo.runtime.Parser.Closure
-
-
Constructor Summary
Constructors Constructor Description Closure(Token cs, Parser.Program program)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Parser.Program
program()
-
Methods inherited from class org.apache.felix.gogo.runtime.Token
charAt, column, eq, length, line, start, subSequence, toString
-
-
-
-
Field Detail
-
program
private final Parser.Program program
-
-
Constructor Detail
-
Closure
public Closure(Token cs, Parser.Program program)
-
-
Method Detail
-
program
public Parser.Program program()
-
-