struct JIS2::ExpressionBlockStatement

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 struct JIS2::BlockStatement

initialize initialize

Constructor methods inherited from struct JIS2::BlockStatement

new new

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(kind : BlockStatementKind, value : Expression) #

[View source]

Class Method Detail

def self._structure__temp_42 #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(kind _kind = @kind, value _value = @value) #

[View source]
def kind : BlockStatementKind #

def value : Expression #