public class

ValueCharacter

extends AbstractValuePrimitive
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
     ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.ValueCharacter

Class Overview

A 16-bit Unicode character value provided by a debugger unit.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
Public Constructors
ValueCharacter(char v)
Public Methods
String getTypeName()
Character getValue()
String toString()
[Expand]
Inherited Methods
From class com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue

Public Constructors

public ValueCharacter (char v)

Public Methods

public String getTypeName ()

public Character getValue ()

public String toString ()