Module Stack_class
include Stack_class_utils.T
val all : Stack_class.t listThe list of all classes.
val frame_order : Stack_class.t arrayThe order of the stack classes in the frame.
val equal : Stack_class.t -> Stack_class.t -> boolval hash : Stack_class.t -> intval tag : Stack_class.t -> stringval print : Stdlib.Format.formatter -> Stack_class.t -> unitval size_in_bytes : Stack_class.t -> intval of_machtype : Cmm.machtype_component -> Stack_class.tmodule Tbl : Stack_class_utils.Tbl with type stack_class = Stack_class.t