Class Processor.getBlocks

val mutable current_proc : Common.Util.StringMap.key option
val mutable proc_defs : def_info Common.Util.StringMap.t
val mutable proc_children : string list Common.Util.StringMap.t
val mutable block_defs : def_info Common.Util.StringMap.t
val mutable proc_refs : string Basillsp.Tokens.TokenMap.t
val mutable block_refs : string Basillsp.Tokens.TokenMap.t
method get_block_defs : def_info Common.Util.StringMap.t
method get_block_refs : string Basillsp.Tokens.TokenMap.t
method get_proc_defs : def_info Common.Util.StringMap.t
method get_proc_refs : string Basillsp.Tokens.TokenMap.t
method get_proc_children : string list Common.Util.StringMap.t