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