Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val regexps : (String.t, Re.Str.regexp) Hashtbl.t
val coord : Ostap.Msg.Coord.t
val skipper : int ->
Ostap.Msg.Coord.t ->
[ `Failed of Ostap.Msg.t | `Skipped of int * Ostap.Msg.Coord.t ]
val context : aux
method coord : Ostap.Msg.Coord.t
method skip : int ->
Ostap.Msg.Coord.t ->
[ `Failed of Ostap.Msg.t | `Skipped of int * Ostap.Msg.Coord.t ]
method str : String.t
method private changeSkip : (int ->
Ostap.Msg.Coord.t ->
[ `Failed of Ostap.Msg.t
| `Skipped of int * Ostap.Msg.Coord.t ]) ->
'a
method private failed : 'b. String.t ->
Ostap__Msg.Coord.t ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method private proceed : 'b. (int ->
Ostap.Msg.Coord.t ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result) ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method regexp : 'b. String.t ->
String.t ->
((string * Ostap.Msg.Coord.t) ->
'a ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result) ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method get : 'b. String.t ->
Re.Str.regexp ->
((string * Ostap.Msg.Coord.t) ->
'a ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result) ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method look : 'b. String.t ->
((string * Ostap.Msg.Coord.t) ->
'a ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result) ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method getEOF : 'b. ((string * Ostap.Msg.Coord.t) ->
'a ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result) ->
('a, 'b, Ostap.Reason.t) Ostap.Types_.result
method loc : Ostap.Msg.Locator.t