Class ConstantFloat

java.lang.Object
org.apache.bcel.classfile.Constant
org.apache.bcel.classfile.ConstantFloat
All Implemented Interfaces:
Cloneable, ConstantObject, Node

public final class ConstantFloat extends Constant implements ConstantObject
This class is derived from the abstract Constant and represents a reference to a float object.
See Also:
  • Constructor Details

    • ConstantFloat

      public ConstantFloat(float bytes)
      Parameters:
      bytes - Data
    • ConstantFloat

      Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy.
  • Method Details