Struct erl_ast::AST [] [src]

pub struct AST {
    pub module: ModuleDecl,
}

Abstract Syntax Tree

Fields

Methods

impl AST
[src]

Builds AST from the BEAM file

Trait Implementations

impl Debug for AST
[src]

Formats the value using the given formatter.