[][src]Trait tsar::assembler::lower::Lower

pub trait Lower {
    fn lower(&self) -> String;
}

Required methods

fn lower(&self) -> String

Loading content...

Implementors

impl Lower for Expr[src]

impl Lower for FirstValue[src]

impl Lower for Literal[src]

impl Lower for Math[src]

impl Lower for SecondValue[src]

impl Lower for Assignment[src]

impl Lower for Call[src]

impl Lower for ClassDef[src]

impl Lower for DotName[src]

impl Lower for Function[src]

impl Lower for FunctionDef[src]

impl Lower for Identifier[src]

impl Lower for Import[src]

impl Lower for IndexedName[src]

impl Lower for List[src]

impl Lower for Module[src]

impl Lower for Number[src]

impl Lower for Program[src]

impl Lower for ScopedName[src]

impl Lower for Value[src]

Loading content...