class AST::ForExpression

Defined in:

ast/expressions.cr

Constructors

Instance Method Summary

Instance methods inherited from class AST::Node

string string, token_literal token_literal

Constructor Detail

def self.new(token : Token::Token, initial : AST::Statement, condition : AST::Expression, final : AST::Expression, statement : AST::BlockStatement) #

[View source]

Instance Method Detail

def condition : Expression #

[View source]
def condition=(condition : Expression) #

[View source]
def final : Expression #

[View source]
def final=(final : Expression) #

[View source]
def initial : AST::Statement #

[View source]
def initial=(initial : AST::Statement) #

[View source]
def statement : BlockStatement #

[View source]
def statement=(statement : BlockStatement) #

[View source]
def string #

[View source]
def token : Token::Token #

[View source]
def token=(token : Token::Token) #

[View source]
def token_literal #

[View source]