struct Gettext::PluralForm::Token

Overview

Object representing a token from the grammar of gettext po files

Defined in:

backend/gettext/plural-forms/tokens.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token_type, literal, column) #

[View source]

Instance Method Detail

def column : Int32 | Int64 #

[View source]
def literal : String | Int32 | Int64 | Float64 #

[View source]
def token_type : TokenTypes #

[View source]