Class ValueCharacter

java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
com.pnfsoftware.jeb.core.units.code.debug.impl.ValueCharacter
All Implemented Interfaces:
ITypedValue

public class ValueCharacter extends AbstractValuePrimitive
A 16-bit Unicode character value provided by a debugger unit.
  • Constructor Details

    • ValueCharacter

      public ValueCharacter(char 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 Character 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.
      Returns:
    • toString

      public String toString()
      Overrides:
      toString in class Object