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>pub type RubyAst = ProgramNode;Ruby AST 根节点
pub struct RubyAst {
pub statements: Vec<StatementNode>,
pub span: Range<usize>,
}statements: Vec<StatementNode>§span: Range<usize>