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