Lens
v0.2.0-dev
CLDR
Numbers
PatternConstruct
PatternFormatter
PatternLexer
PatternParser
Plurals
Number
CrystalI18n
I18n
Gettext
Catalogue
MOBackend
PluralForm
Interpreter
Parser
Scanner
Token
POBackend
Lens
LensExceptions
LexError
MissingTranslation
ParseError
RubyI18n
Yaml
struct
Gettext::PluralForm::Token
Gettext::PluralForm::Token
Struct
Value
Object
Overview
Object representing a token from the grammar of gettext po files
Defined in:
backend/gettext/plural-forms/tokens.cr
Constructors
.new
(token_type, literal, column)
Instance Method Summary
#column
: Int32 | Int64
#literal
: String | Int32 | Int64 | Float64
#token_type
: TokenTypes
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
]