Class: Fop::Tokenizer::Token

Inherits:
Struct
  • Object
show all
Defined in:
lib/fop/tokenizer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



5
6
7
# File 'lib/fop/tokenizer.rb', line 5

def pos
  @pos
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/fop/tokenizer.rb', line 5

def type
  @type
end

#valObject

Returns the value of attribute val

Returns:

  • (Object)

    the current value of val



5
6
7
# File 'lib/fop/tokenizer.rb', line 5

def val
  @val
end