Skip to main content Structs
struct VarDeclNode
Aliases
alias name
alias __del__is_trivial
alias __moveinit__is_trivial
alias __copyinit__is_trivial
alias MaybeAnonymous
alias MaybeHasAnonymous
alias MaybeRefersAnonymous
Fields
var level: Int
var name: String
var mangled_name: String
var type: String
var children_: List[AstNode]
var is_anonomous_record_type: Bool
var value: String
Functions
fn __init__(out self, json_object: Object, level: Int)
fn accept_impute(json_object: Object) -> Bool
fn impute(mut json_object: Object)
fn to_string(self, just_code: Bool) -> String
fn children(ref self) -> ref [self] List[AstNode]