public class

ValueString

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

Class Overview

A string value provided by a debugger unit.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
Public Constructors
ValueString(String v)
ValueString(String v, Long objectId)
Public Methods
Long getObjectId()
String getTypeName()
String 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 ValueString (String v)

public ValueString (String v, Long objectId)

Public Methods

public Long getObjectId ()

public String getTypeName ()

public String getValue ()

public String toString ()