Class: Fop::Tokenizer::Token
- Inherits:
-
Struct
- Object
- Struct
- Fop::Tokenizer::Token
- Defined in:
- lib/fop/tokenizer.rb
Instance Attribute Summary collapse
-
#pos ⇒ Object
Returns the value of attribute pos.
-
#type ⇒ Object
Returns the value of attribute type.
-
#val ⇒ Object
Returns the value of attribute val.
Instance Attribute Details
#pos ⇒ Object
Returns the value of attribute pos
5 6 7 |
# File 'lib/fop/tokenizer.rb', line 5 def pos @pos end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/fop/tokenizer.rb', line 5 def type @type end |
#val ⇒ Object
Returns the value of attribute val
5 6 7 |
# File 'lib/fop/tokenizer.rb', line 5 def val @val end |