class Crylox::Unary

Defined in:

generate_ast.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operator : Token, right : Expr) #

Creating initialize


[View source]

Instance Method Detail

def base_class #

[View source]
def construction_args #

[View source]
def name_of_class #

[View source]
def operator : Crylox::Token #

Adding property


def operator=(operator : Crylox::Token) #

Adding property


def right : Crylox::Expr #

def right=(right : Crylox::Expr) #