Class: OpenUSD::Format::Usda::Lexer::Token
- Inherits:
-
Data
- Object
- Data
- OpenUSD::Format::Usda::Lexer::Token
- Defined in:
- lib/openusd/format/usda/lexer.rb
Overview
One lexeme and its source location.
Instance Attribute Summary collapse
-
#column ⇒ Object
readonly
Returns the value of attribute column.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#column ⇒ Object (readonly)
Returns the value of attribute column
12 13 14 |
# File 'lib/openusd/format/usda/lexer.rb', line 12 def column @column end |
#line ⇒ Object (readonly)
Returns the value of attribute line
12 13 14 |
# File 'lib/openusd/format/usda/lexer.rb', line 12 def line @line end |
#raw ⇒ Object (readonly)
Returns the value of attribute raw
12 13 14 |
# File 'lib/openusd/format/usda/lexer.rb', line 12 def raw @raw end |
#type ⇒ Object (readonly)
Returns the value of attribute type
12 13 14 |
# File 'lib/openusd/format/usda/lexer.rb', line 12 def type @type end |
#value ⇒ Object (readonly)
Returns the value of attribute value
12 13 14 |
# File 'lib/openusd/format/usda/lexer.rb', line 12 def value @value end |