class AST::IntegerLiteral

Defined in:

ast/literals.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 : Int64) #

[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 : Int64 #

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

[View source]