Class: RText::Tokenizer::Token

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

Instance Attribute Summary collapse

Instance Attribute Details

#ecolObject

Returns the value of attribute ecol

Returns:

  • (Object)

    the current value of ecol



8
9
10
# File 'lib/rtext/tokenizer.rb', line 8

def ecol
  @ecol
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



8
9
10
# File 'lib/rtext/tokenizer.rb', line 8

def kind
  @kind
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



8
9
10
# File 'lib/rtext/tokenizer.rb', line 8

def line
  @line
end

#scolObject

Returns the value of attribute scol

Returns:

  • (Object)

    the current value of scol



8
9
10
# File 'lib/rtext/tokenizer.rb', line 8

def scol
  @scol
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/rtext/tokenizer.rb', line 8

def value
  @value
end