public class

ValueVoid

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

Class Overview

The void value, that may provided by a debugger unit to signify that there is "nothing".

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
Public Constructors
ValueVoid()
Public Methods
String getTypeName()
Object 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 ValueVoid ()

Public Methods

public String getTypeName ()

public Object getValue ()

public String toString ()