Class: Wukong::FlatPack::Tokens::FloatToken

Inherits:
BasicToken show all
Defined in:
lib/wukong/model/flatpack_parser/tokens.rb

Instance Attribute Summary

Attributes inherited from BasicToken

#modifier

Attributes inherited from Token

#indicator, #length, #position

Instance Method Summary collapse

Methods inherited from BasicToken

#re

Methods inherited from Token

indicator=

Instance Method Details

#get_reObject

TODO: Implement floats



87
88
89
# File 'lib/wukong/model/flatpack_parser/tokens.rb', line 87

def get_re
  #TODO: Implement 
end

#translateObject



91
92
93
# File 'lib/wukong/model/flatpack_parser/tokens.rb', line 91

def translate
  #TODO: Implement
end