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
getName
String getName()
- Get the name of this type.
- Returns:
- fully qualified name of this type.