Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include Cmly_api.INDEXED with type t = nonterminal
type t = nonterminal
val of_int : int -> t
val to_int : t -> int
val iter : (t -> unit) -> unit
val fold : (t -> 'a -> 'a) -> 'a -> 'a
val name : t -> string
val mangled_name : t -> string
val kind : t -> [ `REGULAR | `START ]
val nullable : t -> bool
val attributes : t -> Attribute.t list