class AST::Identifier

Defined in:

ast/expressions.cr

Constructors

Instance Method Summary

Instance methods inherited from class AST::Node

string string, token_literal token_literal

Constructor Detail

def self.new(token : Token::Token, value : String) #

[View source]

Instance Method Detail

def string #

[View source]
def token : Token::Token #

[View source]
def token=(token : Token::Token) #

[View source]
def token_literal #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]