Class: Squash::Java::Primitive
- Defined in:
- lib/squash/java/namespace.rb
Overview
Represents a primitive Java type, like ‘int` or `float`.
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
-
#initialize(name) ⇒ Primitive
constructor
A new instance of Primitive.
Methods inherited from Type
Constructor Details
#initialize(name) ⇒ Primitive
Returns a new instance of Primitive.
458 459 460 |
# File 'lib/squash/java/namespace.rb', line 458 def initialize(name) @name = name end |