Uses of Class
javax.tools.diagnostics.image.MemoryAccessException

Packages that use MemoryAccessException
javax.tools.diagnostics.image Package of interfaces representing a snapshot of a program. 
javax.tools.diagnostics.runtime.java Definition of an abstract view of a Java runtime. 
 

Uses of MemoryAccessException in javax.tools.diagnostics.image
 

Methods in javax.tools.diagnostics.image that throw MemoryAccessException
 byte ImagePointer.getByteAt(long index)
          Get the value at the given offset from this pointer.
 double ImagePointer.getDoubleAt(long index)
          Get the value at the given offset from this pointer.
 float ImagePointer.getFloatAt(long index)
          Get the value at the given offset from this pointer.
 int ImagePointer.getIntAt(long index)
          Get the value at the given offset from this pointer.
 long ImagePointer.getLongAt(long index)
          Get the value at the given offset from this pointer.
 ImagePointer ImagePointer.getPointerAt(long index)
          Get the value at the given offset from this pointer.
 short ImagePointer.getShortAt(long index)
          Get the value at the given offset from this pointer.
 

Uses of MemoryAccessException in javax.tools.diagnostics.runtime.java
 

Methods in javax.tools.diagnostics.runtime.java that throw MemoryAccessException
 void JavaObject.arraycopy(int srcStart, java.lang.Object dst, int dstStart, int length)
          Copies data from the array this JavaObject represents into an array.
 java.lang.Object JavaField.get(JavaObject object)
           Get the contents of a field of an Object.
 boolean JavaField.getBoolean(JavaObject object)
           Get the contents of a boolean field
 byte JavaField.getByte(JavaObject object)
           Get the contents of a byte field
 char JavaField.getChar(JavaObject object)
           Get the contents of a char field
 double JavaField.getDouble(JavaObject object)
           Get the contents of a double field or of another primitive field whose type is convertible to double via a widening conversion.
 float JavaField.getFloat(JavaObject object)
           Get the contents of a float field or of another primitive field whose type is convertible to float via a widening conversion.
 int JavaField.getInt(JavaObject object)
           Get the contents of an int field or of another primitive field whose type is convertible to int via a widening conversion.
 long JavaField.getLong(JavaObject object)
           Get the contents of a long field or of another primitive field whose type is convertible to long via a widening conversion.
 JavaObject JavaRuntime.getObjectAtAddress(ImagePointer address)
          Gets the object located at address address in the heap.
 short JavaField.getShort(JavaObject object)
           Get the contents of a short field or of another primitive field whose type is convertible to short via a widening conversion.
 java.lang.String JavaField.getString(JavaObject object)
           Get the contents of a string field
 



Copyright © 2010. All Rights Reserved.