org.netbeans.api.debugger.jpda/2 2.31.1

org.netbeans.api.debugger.jpda
Interface VariableType

All Known Subinterfaces:
JPDAArrayType, JPDAClassType

public interface VariableType

The base type for variables. VariableType that implements also JPDAClassType represent object variables, otherwise this represents a primitive variable.

 Since JDI interfaces evolve from one version to another, it's strongly recommended
 not to implement this interface in client code. New methods can be added to
 this interface at any time to keep up with the JDI functionality.

Since:
2.11
See Also:
JPDAClassType

Method Summary
 String getName()
          Get the name of this type.
 

Method Detail

getName

String getName()
Get the name of this type.

Returns:
fully qualified name of this type.

org.netbeans.api.debugger.jpda/2 2.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.