Class CstLong

All Implemented Interfaces:
TypeBearer, ToHuman, Comparable<Constant>

public final class CstLong extends CstLiteral64
Constants of type CONSTANT_Long_info.
  • Field Details

    • VALUE_0

      public static final CstLong VALUE_0
      non-null; instance representing 0
    • VALUE_1

      public static final CstLong VALUE_1
      non-null; instance representing 1
  • Method Details

    • make

      public static CstLong make(long value)
      Makes an instance for the given value. This may (but does not necessarily) return an already-allocated instance.
      Parameters:
      value - the long value
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getType

      public Type getType()
      Gets the type associated with this instance.
      Returns:
      non-null; the type
    • typeName

      public String typeName()
      Returns the human name for the particular type of constant this instance is.
      Specified by:
      typeName in class Constant
      Returns:
      non-null; the name
    • toHuman

      public String toHuman()
      Return the "human" string form of this instance. This is generally less "debuggy" than toString().
      Returns:
      non-null; the human string form
    • getValue

      public long getValue()
      Gets the long value.
      Returns:
      the value