class JIS2::Block

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

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

Constructor Detail

def self.new(b_statements : Array(JIS2::BlockStatement), body : Array(JIS2::Statement), finally : JIS2::Finally | Nil) #

[View source]

Class Method Detail

def self._structure__temp_53 #

[View source]

Instance Method Detail

def b_statements : Array(BlockStatement) #

[View source]
def body : Array(Statement) #

[View source]
def finally : Finally | Nil #

[View source]