[UP]
Wd_types
|
|
|
WDialog API for Objective Caml: Wd_types.syntax_tree_type
object ('a)
method clone : 'a
method escaped_data : string
method instantiate :
?context:Wd_types.syntax_tree_type Wd_types.dict ->
?vars:Wd_types.trans_vars ->
?params:Wd_types.syntax_tree_type Wd_types.dict ->
Wd_types.dialog_type -> Wd_types.syntax_tree_type
method node : syntax_tree_type Pxp_document.node
method scan_application : Wd_types.application_type -> unit
method scan_dialog :
Wd_types.application_type -> Wd_types.dialog_decl_type -> unit
method scan_enumeration : Wd_types.enum_decl -> unit
method scan_literal : unit -> Wd_types.dialog_type Wd_types.poly_var_value
method set_node : syntax_tree_type Pxp_document.node -> unit
method study : Wd_types.application_type -> unit
method to_html :
?context:Wd_types.syntax_tree_type Wd_types.dict ->
?vars:Wd_types.trans_vars ->
Wd_types.dialog_type -> Netchannels.out_obj_channel -> unit
method to_text :
?context:Wd_types.syntax_tree_type Wd_types.dict ->
?vars:Wd_types.trans_vars ->
Wd_types.dialog_type -> Netchannels.out_obj_channel -> unit
end
|