struct

Marten::Template::Parser::Token

Inherits Struct < Value < Object

Represents a token extracted during a lexical analysis.

Constructors

new(type : TokenType, content : String, line_number : Int32, trim_left : Bool = false, trim_right : Bool = false)
Source

Instance methods

content
Source
line_number
Source
trim_left?
Source
trim_right?
Source
type
Source