All Implemented Interfaces:
Mirror, Comparable
All Known Implementing Classes:
LocalVariableImpl, LocalVariableImpl
Robert
- FieldGordon
- HirschJames
- McIlree1.3
- Method from com.sun.jdi.LocalVariable Summary: |
---|
equals, genericSignature, hashCode, isArgument, isVisible, name, signature, type, typeName |
Method from com.sun.jdi.LocalVariable Detail: |
---|
|
|
|
|
|
|
|
Note: if the type of this variable is a reference type (class, interface, or array) and it has not been created or loaded by the class loader of the enclosing class, then ClassNotLoadedException will be thrown. Also, a reference type may have been loaded but not yet prepared, in which case the type will be returned but attempts to perform some operations on the returned type (e.g. fields() ) will throw a ClassNotPreparedException . Use ReferenceType#isPrepared() to determine if a reference type is prepared. |
This type name is always available even if the type has not yet been created or loaded. |