class Aero::Template::Token

Defined in:

template/lexer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(start : Int32) #

[View source]

Instance Method Detail

def kind : Kind #

[View source]
def kind=(kind : Kind) #

[View source]
def start : Int32 #

[View source]
def start=(start : Int32) #

[View source]
def stop : Int32 #

[View source]
def stop=(stop : Int32) #

[View source]
def value : String | Nil #

[View source]
def value! : String #

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

[View source]