Class: FortranFormatParser::State

Inherits:
Struct
  • Object
show all
Defined in:
ext/fortio/lib/fortio/fortran_format.rb

Instance Attribute Summary collapse

Instance Attribute Details

#continueObject

Returns the value of attribute continue

Returns:

  • (Object)

    the current value of continue



125
126
127
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125

def continue
  @continue
end

#pos0Object

Returns the value of attribute pos0

Returns:

  • (Object)

    the current value of pos0



125
126
127
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125

def pos0
  @pos0
end

#scaleObject

Returns the value of attribute scale

Returns:

  • (Object)

    the current value of scale



125
126
127
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125

def scale
  @scale
end

#signObject

Returns the value of attribute sign

Returns:

  • (Object)

    the current value of sign



125
126
127
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125

def sign
  @sign
end

#tab_moveObject

Returns the value of attribute tab_move

Returns:

  • (Object)

    the current value of tab_move



125
126
127
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125

def tab_move
  @tab_move
end

#zeroObject

Returns the value of attribute zero

Returns:

  • (Object)

    the current value of zero



125
126
127
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 125

def zero
  @zero
end