struct JIS2::Call

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(name operator : Operator, args : Array(JIS2::Expression)) #

[View source]
def self.new(name : String, args : Array(JIS2::Expression)) #

[View source]

Class Method Detail

def self._structure__temp_50 #

[View source]
def self._structure__temp_51 #

[View source]

Instance Method Detail

def args : Array(Expression) #

[View source]
def name : String #

[View source]
def operator : Operator | Nil #

[View source]