struct Marten::Template::Parser::Token

Overview

Represents a token extracted during a lexical analysis.

Defined in:

marten/template/parser/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : TokenType, content : String, line_number : Int32) #

[View source]

Instance Method Detail

def content : String #

[View source]
def line_number : Int32 #

[View source]

[View source]