Struct dyon::ast::Go [] [src]

pub struct Go {
    pub call: Call,
    pub source_range: Range,
}

Fields

call: Call source_range: Range

Methods

impl Go
[src]

fn from_meta_data(convert: Convert, ignored: &mut Vec<Range>) -> Result<(Range, Go)()>

fn resolve_locals(&self, stack: &mut Vec<Option<Arc<String>>>, module: &Module)

Trait Implementations

impl Clone for Go
[src]

fn clone(&self) -> Go

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Go
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.