struct
Noir::CSharpToken
- Noir::CSharpToken
- Struct
- Value
- Object
Overview
A single token produced by CSharpLexer#tokens. #start/#end are
character indices into the original source (#end exclusive); #line is
the 1-based line of #start.
Defined in:
minilexers/csharp_lexer.crConstructors
Instance Method Summary
- #end : Int32
- #kind : Symbol
- #line : Int32
- #start : Int32
-
#to_s(io : IO) : Nil
Same as
#inspect(io). - #value : String