Skip to main content Structs
struct TypedefTypeNode
Aliases
alias name
alias __del__is_trivial
alias __moveinit__is_trivial
alias __copyinit__is_trivial
alias MaybeAnonymous
alias MaybeHasAnonymous
alias MaybeRefersAnonymous
Fields
var typedef_type
: String
var level
: Int
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]