struct JIS2::Declaration

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::Expression

initialize initialize

Constructor methods inherited from struct JIS2::Expression

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(type : TypeName, value : Ref(Expression)) #

[View source]

Class Method Detail

def self._structure__temp_43 #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(type _type = @type, value _value = @value) #

[View source]
def type : TypeName #

def value : Ref(Expression) #