-
- All Superinterfaces:
-
Mirror
,ObjectReference
,Value
public interface StringReference extends ObjectReference
来自目标VM的字符串对象。 StringReference是一个ObjectReference
,具有来自目标VM的字符串特定信息的附加访问权限。- 从以下版本开始:
- 1.3
-
-
Field Summary
-
Fields inherited from interface com.sun.jdi.ObjectReference
INVOKE_NONVIRTUAL, INVOKE_SINGLE_THREADED
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 String
value()
以字符串形式返回StringReference。-
Methods inherited from interface com.sun.jdi.Mirror
toString, virtualMachine
-
Methods inherited from interface com.sun.jdi.ObjectReference
disableCollection, enableCollection, entryCount, equals, getValue, getValues, hashCode, invokeMethod, isCollected, owningThread, referenceType, referringObjects, setValue, uniqueID, waitingThreads
-
-
-
-
方法详细信息
-
value
String value()
以字符串形式返回StringReference。 返回的字符串与镜像字符串相当,但是客户端VM中的实体可以像任何其他字符串一样被操纵。- 结果
- 字符串值。
-
-