Class: MiniRuby::AST::StatementNode

Inherits:
Node
  • Object
show all
Defined in:
lib/miniruby/ast.rb

Overview

Represents a single statement (line) of code

Direct Known Subclasses

ExpressionStatementNode

Instance Attribute Summary

Attributes inherited from Node

#span

Method Summary

Methods inherited from Node

#==, #initialize, #inspect, #to_s

Constructor Details

This class inherits a constructor from MiniRuby::AST::Node