All Implemented Interfaces:
ITypedValue

public class ValueByte extends AbstractValueNumber
An 8-bit integer value provided by a debugger unit.
  • Constructor Details

    • ValueByte

      public ValueByte(byte v)
  • Method Details

    • getTypeName

      public String getTypeName()
      Description copied from interface: ITypedValue
      Get the type name. One of TYPE_* or a language type (Ljava/util/ArrayList; for example)
      Returns:
    • getValue

      public Byte getValue()
      Description copied from interface: ITypedValue
      Get the value. The object returned depends on ITypedValue.getTypeName(). For raw types, the returned byte array contains the value bytes in the target byte order.
      Specified by:
      getValue in interface ITypedValue
      Specified by:
      getValue in class AbstractValueNumber
      Returns: