站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

Variable (NetBeans Debugger JPDA API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.api.debugger.jpda
Interface Variable

All Known Subinterfaces:
Field, JPDAWatch, LocalVariable, ObjectVariable, Super, This

public interface Variable

Represents some variable in debugged JVM.

See Also:
LocalVariable, Field, This, Super, JPDAThread.getContendedMonitor(), JPDAThread.getOwnedMonitors()

Method Summary
 String getType()
          Type of this instance.
 String getValue()
          Text representation of current value of "this" variable.
 

Method Detail

getType

public String getType()
Type of this instance.

Returns:
type of this instance

getValue

public String getValue()
Text representation of current value of "this" variable.

Returns:
text representation of current value of "this" variable

 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.