[][src]Trait wat_ast::SExpr

pub trait SExpr {
    pub fn car(&self) -> String;
pub fn cdr(&self) -> Vec<Expr>; }

Required methods

pub fn car(&self) -> String[src]

pub fn cdr(&self) -> Vec<Expr>[src]

Loading content...

Implementors

impl SExpr for ImportDesc[src]

impl SExpr for Instruction[src]

impl SExpr for Param[src]

impl SExpr for Block[src]

impl SExpr for Br[src]

impl SExpr for BrIf[src]

impl SExpr for BrTable[src]

impl SExpr for Call[src]

impl SExpr for DataSectionEntry[src]

impl SExpr for Drop[src]

impl SExpr for Else[src]

impl SExpr for Export[src]

impl SExpr for FuncType[src]

impl SExpr for FunctionSectionEntry[src]

impl SExpr for GlobalGet[src]

impl SExpr for GlobalSectionEntry[src]

impl SExpr for GlobalSet[src]

impl SExpr for GlobalTypeMut[src]

impl SExpr for I32Add[src]

impl SExpr for I32Const[src]

impl SExpr for I32Eq[src]

impl SExpr for I32Eqz[src]

impl SExpr for I32GtU[src]

impl SExpr for I32Load[src]

impl SExpr for I32LtS[src]

impl SExpr for I32LtU[src]

impl SExpr for I32Mul[src]

impl SExpr for I32Ne[src]

impl SExpr for I32RemU[src]

impl SExpr for I32ShrU[src]

impl SExpr for I32Sub[src]

impl SExpr for I64Const[src]

impl SExpr for If[src]

impl SExpr for ImportDescFunc[src]

impl SExpr for ImportSectionEntry[src]

impl SExpr for InlineExport[src]

impl SExpr for Local[src]

impl SExpr for LocalGet[src]

impl SExpr for LocalSet[src]

impl SExpr for LocalTee[src]

impl SExpr for Loop[src]

impl SExpr for MemoryGrow[src]

impl SExpr for MemorySectionEntry[src]

impl SExpr for Module[src]

impl SExpr for Result[src]

impl SExpr for Return[src]

impl SExpr for Then[src]

impl SExpr for TypeSectionEntry[src]

Loading content...