Class: Prism::Reflection::FloatField
- Defined in:
- lib/prism/reflection.rb
Overview
A float field represents a double-precision floating point value. It is used exclusively to represent the value of a floating point literal. It resolves to a Float in Ruby.
Instance Attribute Summary
Attributes inherited from Field
Method Summary
Methods inherited from Field
Constructor Details
This class inherits a constructor from Prism::Reflection::Field