Class: Wukong::FlatPack::Tokens::FloatToken
- Inherits:
-
BasicToken
- Object
- Token
- BasicToken
- Wukong::FlatPack::Tokens::FloatToken
- Defined in:
- lib/wukong/model/flatpack_parser/tokens.rb
Instance Attribute Summary
Attributes inherited from BasicToken
Attributes inherited from Token
#indicator, #length, #position
Instance Method Summary collapse
-
#get_re ⇒ Object
TODO: Implement floats.
- #translate ⇒ Object
Methods inherited from BasicToken
Methods inherited from Token
Instance Method Details
#get_re ⇒ Object
TODO: Implement floats
87 88 89 |
# File 'lib/wukong/model/flatpack_parser/tokens.rb', line 87 def get_re #TODO: Implement end |
#translate ⇒ Object
91 92 93 |
# File 'lib/wukong/model/flatpack_parser/tokens.rb', line 91 def translate #TODO: Implement end |