RubyAst

Type Alias RubyAst 

Source
pub type RubyAst = ProgramNode;
Expand description

Ruby AST 根节点

Aliased Type§

pub struct RubyAst {
    pub statements: Vec<StatementNode>,
    pub span: Range<usize>,
}

Fields§

§statements: Vec<StatementNode>§span: Range<usize>