abstract class Drizzle::AST::Statement
- Drizzle::AST::Statement
- Drizzle::AST::Node
- Reference
- Object
Overview
Abstract class set up as the parent for all nodes that represent statements
A statement is anything that does not return a value
Direct Known Subclasses
- Drizzle::AST::BlockStatement
- Drizzle::AST::ExpressionStatement
- Drizzle::AST::Function
- Drizzle::AST::IfStatement
- Drizzle::AST::Let
- Drizzle::AST::Program
- Drizzle::AST::Return