class JIS2::IfStatement

Included Modules

Defined in:

jis2.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module Parser::AST

pos : Hash(Symbol, Pos) pos, pos=(pos : Hash(Symbol, Pos)) pos=, pos? : Hash(Symbol, Pos) | Nil pos?

Class methods inherited from module Parser::AST

compose_known_rules(builder : Parser::Analysis(T)) forall T compose_known_rules

Macros inherited from module Parser::AST

rule(*t, given_target = nil) rule, smart_enum(e, h) smart_enum

Instance methods inherited from module Parser::AST

pos : Hash(Symbol, Pos) pos, pos=(pos : Hash(Symbol, Pos)) pos=, pos? : Hash(Symbol, Pos) | Nil pos?

Class methods inherited from module Parser::AST

compose_known_rules(builder : Parser::Analysis(T)) forall T compose_known_rules

Macros inherited from module Parser::AST

rule(*t, given_target = nil) rule, smart_enum(e, h) smart_enum

Constructor Detail

def self.new(condition : JIS2::Expression, body : Array(JIS2::Statement), else_body : Nil | Array(JIS2::Statement)) #

[View source]
def self.new(condition : JIS2::Expression, body : Array(JIS2::Statement)) #

[View source]

Class Method Detail

def self._structure__temp_62 #

[View source]
def self._structure__temp_63 #

[View source]

Instance Method Detail

def body : Array(Statement) #

[View source]
def condition : Expression #

[View source]
def else_body : Array(Statement) | Nil #

[View source]