JavaFrontend.JSourceLexer
classic Ocamllex function to update current lexbuf line at each end of line
val class_scan : Stdlib.Lexing.lexbuf -> JSourceParser.token
val __ocaml_lex_class_scan_rec :
Stdlib.Lexing.lexbuf ->
int ->
JSourceParser.token
val skip_well_parenthesized_parentheses :
Core__Int.t ->
(Stdlib.Lexing.lexbuf -> JSourceParser.token) ->
Stdlib.Lexing.lexbuf ->
JSourceParser.token
val __ocaml_lex_skip_well_parenthesized_parentheses_rec :
Core__Int.t ->
(Stdlib.Lexing.lexbuf -> JSourceParser.token) ->
Stdlib.Lexing.lexbuf ->
int ->
JSourceParser.token
val skip_comments :
(Stdlib.Lexing.lexbuf -> JSourceParser.token) ->
Stdlib.Lexing.lexbuf ->
JSourceParser.token
val __ocaml_lex_skip_comments_rec :
(Stdlib.Lexing.lexbuf -> JSourceParser.token) ->
Stdlib.Lexing.lexbuf ->
int ->
JSourceParser.token
val skip_string :
(Stdlib.Lexing.lexbuf -> JSourceParser.token) ->
Stdlib.Lexing.lexbuf ->
JSourceParser.token
val __ocaml_lex_skip_string_rec :
(Stdlib.Lexing.lexbuf -> JSourceParser.token) ->
Stdlib.Lexing.lexbuf ->
int ->
JSourceParser.token