Kaba class BuilderContext ed
...
Syntax ed
class BuilderContext
# functions
func build_const(n: Node, i: i32) -> string
func build_value(n: Node, i: i32, internal: string) -> string
func create_out(source: Node, port: i32) -> string
func create_temp(source: Node, port: i32, type: Type) -> string
func find_temp(source: Node, port: i32, wanted_type: i32) -> string
func value(n: Node, i: i32) -> string
Functions ed
- func build_const(n: Node, i: i32) -> string
- ...
- func build_value(n: Node, i: i32, internal: string) -> string
- ...
- func create_out(source: Node, port: i32) -> string
- ...
- func create_temp(source: Node, port: i32, type: Type) -> string
- ...
- func find_temp(source: Node, port: i32, wanted_type: i32) -> string
- ...
- func value(n: Node, i: i32) -> string
- ...