Java Doc for ReferenceTypeImpl.java in  » IDE-Eclipse » jdt » org » eclipse » jdi » internal » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » IDE Eclipse » jdt » org.eclipse.jdi.internal 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.eclipse.jdi.internal.MirrorImpl
      org.eclipse.jdi.internal.AccessibleImpl
         org.eclipse.jdi.internal.TypeImpl
            org.eclipse.jdi.internal.ReferenceTypeImpl

All known Subclasses:   org.eclipse.jdi.internal.ClassTypeImpl,  org.eclipse.jdi.internal.ArrayTypeImpl,  org.eclipse.jdi.internal.InterfaceTypeImpl,
ReferenceTypeImpl
abstract public class ReferenceTypeImpl extends TypeImpl implements ReferenceType,org.eclipse.jdi.hcr.ReferenceType(Code)
this class implements the corresponding interfaces declared by the JDI specification. See the com.sun.jdi package for more information.

Inner Class :protected static class FileInfo
Inner Class :protected static class Stratum

Field Summary
final public static  intJDWP_CLASS_STATUS_ERROR
    
final public static  intJDWP_CLASS_STATUS_INITIALIZED
    
final public static  intJDWP_CLASS_STATUS_PREPARED
    
final public static  intJDWP_CLASS_STATUS_VERIFIED
     ClassStatus Constants.
protected  ListfInterfaces
     The following are the stored results of JDWP calls.

Constructor Summary
protected  ReferenceTypeImpl(String description, VirtualMachineImpl vmImpl, JdwpReferenceTypeID referenceTypeID)
     Creates new instance.
protected  ReferenceTypeImpl(String description, VirtualMachineImpl vmImpl, JdwpReferenceTypeID referenceTypeID, String signature, String genericSignature)
     Creates new instance.

Method Summary
protected  voidaddStratum(Stratum stratum)
     Add a new stratum to this type.
public  ListallFields()
    
public  ListallInterfaces()
     Returns the interfaces declared as implemented by this class.
public  ListallLineLocations()
    
public  ListallLineLocations(String stratum, String sourceName)
    
public  ListallLineLocations(String stratumId, String sourceName, MethodImpl method, long[] codeIndexTable, int[] javaStratumLineNumberTable)
     Return the locations of all lines in the given source file of the given stratum which are included in the given method.
public  ListallMethods()
    
public  ListavailableStrata()
    
public  ClassLoaderReferenceclassLoader()
    
public  ClassObjectReferenceclassObject()
     Returns the class object that corresponds to this type in the target VM.
public static  String[]classStatusStrings()
    
public  intcompareTo(Object object)
    
public  byte[]constantPool()
    
public  intconstantPoolCount()
    
public static  TypeImplcreate(VirtualMachineImpl vmImpl, String signature, ClassLoaderReference classLoader)
    
public  ValuecreateNullValue()
    
public  StringdefaultStratum()
    
public  booleanequals(Object object)
    
public  booleanfailedToInitialize()
    
public  FieldfieldByName(String name)
     Returns the visible Field with the given non-ambiguous name.
public  Listfields()
     Returns a list containing each Field declared in this type.
public  FieldImplfindField(JdwpFieldID fieldID)
    
public  MethodImplfindMethod(JdwpMethodID methodID)
    
public  voidflushStoredJdwpResults()
     Flushes all stored Jdwp results.
public  StringgenericSignature()
    
public  intgetClassFileVersion()
    
public static  voidgetConstantMaps()
     Retrieves constant mappings.
public  JdwpReferenceTypeIDgetRefTypeID()
    
public  ValuegetValue(Field field)
     Returns the Value of a given static Field in this type.
public  MapgetValues(List fields)
    
public  inthashCode()
    
public  Listinstances(long maxInstances)
    
public  Listinterfaces()
     Returns the interfaces declared as implemented by this class.
public  booleanisAbstract()
    
public  booleanisFinal()
    
public  booleanisHCREligible()
    
public  booleanisInitialized()
    
public  booleanisPrepared()
    
public  booleanisStatic()
    
public  booleanisVerified()
    
public  booleanisVersionKnown()
    
protected  intlineNumber(long codeIndex, MethodImpl method, String stratumId)
     Return the number of the line of which the given code index is part of the translation, for this stratum.
public  ListlocationsOfLine(int line)
     Returns a List filled with all Location objects that map to the given line number.
public  ListlocationsOfLine(String stratum, String sourceName, int lineNumber)
    
public  ListlocationsOfLine(String stratumId, String sourceName, int lineNumber, MethodImpl method)
     Return the location which are part of the translation of the given line, in the given stratum in the source file with the given source name.
public  intmajorVersion()
    
public  Listmethods()
    
public  ListmethodsByName(String name)
    
public  ListmethodsByName(String name, String signature)
    
public  intminorVersion()
    
public  intmodifiers()
    
public  Stringname()
    
public  ListnestedTypes()
     Returns a List containing each ReferenceType declared within this type.
public static  ReferenceTypeImplreadWithTypeTag(MirrorImpl target, DataInputStream in)
    
public static  ReferenceTypeImplreadWithTypeTagAndSignature(MirrorImpl target, boolean withGenericSignature, DataInputStream in)
    
protected  voidsetDefaultStratumId(String defaultStratumId)
     Set the default stratum.
public  voidsetGenericSignature(String genericSignature)
    
protected  voidsetOutputFileName(String outputFileName)
     Set the output file name, i.e.
public  Stringsignature()
     Returns the JNI-style signature for this type.
public  StringsourceDebugExtension()
    
public  StringsourceName()
    
protected  StringsourceName(long codeIndex, MethodImpl method, String stratumId)
     Return the name of the input source file of which the given code index is part of the translation, for this stratum.
public  ListsourceNames(String stratumId)
    
protected  StringsourcePath(long codeIndex, MethodImpl method, String stratumId)
     Return the path of the input source file of which the given code index is part of the translation, for this stratum.
public  ListsourcePaths(String stratumId)
    
protected  intstatus()
    
abstract public  bytetypeTag()
    
public  ListvisibleFields()
    
public  ListvisibleMethods()
    
public  voidwrite(MirrorImpl target, DataOutputStream out)
     Writes JDWP representation.
public static  voidwriteNull(MirrorImpl target, DataOutputStream out)
     Writes representation of null referenceType.
public  voidwriteWithTag(MirrorImpl target, DataOutputStream out)
     Writes JDWP representation.

Field Detail
JDWP_CLASS_STATUS_ERROR
final public static int JDWP_CLASS_STATUS_ERROR(Code)



JDWP_CLASS_STATUS_INITIALIZED
final public static int JDWP_CLASS_STATUS_INITIALIZED(Code)



JDWP_CLASS_STATUS_PREPARED
final public static int JDWP_CLASS_STATUS_PREPARED(Code)



JDWP_CLASS_STATUS_VERIFIED
final public static int JDWP_CLASS_STATUS_VERIFIED(Code)
ClassStatus Constants.



fInterfaces
protected List fInterfaces(Code)
The following are the stored results of JDWP calls.




Constructor Detail
ReferenceTypeImpl
protected ReferenceTypeImpl(String description, VirtualMachineImpl vmImpl, JdwpReferenceTypeID referenceTypeID)(Code)
Creates new instance.



ReferenceTypeImpl
protected ReferenceTypeImpl(String description, VirtualMachineImpl vmImpl, JdwpReferenceTypeID referenceTypeID, String signature, String genericSignature)(Code)
Creates new instance.




Method Detail
addStratum
protected void addStratum(Stratum stratum)(Code)
Add a new stratum to this type.



allFields
public List allFields()(Code)
Returns a list containing each Field declared in this type, and its super-classes, implemented interfaces, and/or super-interfaces.



allInterfaces
public List allInterfaces()(Code)
Returns the interfaces declared as implemented by this class. Interfaces indirectly implemented (extended by the implemented interface or implemented by a superclass) are not included.



allLineLocations
public List allLineLocations() throws AbsentInformationException(Code)
Returns the Location objects for each executable source line in this reference type.



allLineLocations
public List allLineLocations(String stratum, String sourceName) throws AbsentInformationException(Code)

See Also:   ReferenceType.allLineLocations(StringString)



allLineLocations
public List allLineLocations(String stratumId, String sourceName, MethodImpl method, long[] codeIndexTable, int[] javaStratumLineNumberTable) throws AbsentInformationException(Code)
Return the locations of all lines in the given source file of the given stratum which are included in the given method. If sourceName is null, return the locations for all source file in the given stratum.
Parameters:
  stratumId - the stratum id
Parameters:
  sourceName - the name of the source file
Parameters:
  method -
Parameters:
  codeIndexTable - the list of code indexes for the method, as get from the VM/JDWP
Parameters:
  javaStratumLineNumberTable - the list of line numbers in the java stratum for the method, as get from the VM/JDWP



allMethods
public List allMethods()(Code)
Returns a list containing each Method declared in this type, and its super-classes, implemented interfaces, and/or super-interfaces.



availableStrata
public List availableStrata()(Code)

See Also:   ReferenceType.availableStrata



classLoader
public ClassLoaderReference classLoader()(Code)
Returns the class loader object which loaded the class corresponding to this type.



classObject
public ClassObjectReference classObject()(Code)
Returns the class object that corresponds to this type in the target VM.



classStatusStrings
public static String[] classStatusStrings()(Code)
Returns a map with string representations of tags.



compareTo
public int compareTo(Object object)(Code)
Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.



constantPool
public byte[] constantPool()(Code)

See Also:   com.sun.jdi.ReferenceType.constantPool
since:
   3.3



constantPoolCount
public int constantPoolCount()(Code)

See Also:   com.sun.jdi.ReferenceType.constantPoolCount
since:
   3.3



create
public static TypeImpl create(VirtualMachineImpl vmImpl, String signature, ClassLoaderReference classLoader) throws ClassNotLoadedException(Code)
Returns new instance based on signature and classLoader.
throws:
  ClassNotLoadedException - when the ReferenceType has not been loaded by the specified class loader.



createNullValue
public Value createNullValue()(Code)

See Also:   TypeImpl.createNullValue



defaultStratum
public String defaultStratum()(Code)

See Also:   ReferenceType.defaultStratum



equals
public boolean equals(Object object)(Code)
Returns true if two mirrors refer to the same entity in the target VM.
See Also:   java.lang.Object.equals(Object)



failedToInitialize
public boolean failedToInitialize()(Code)
Returns true if initialization failed for this class.



fieldByName
public Field fieldByName(String name)(Code)
Returns the visible Field with the given non-ambiguous name.



fields
public List fields()(Code)
Returns a list containing each Field declared in this type.



findField
public FieldImpl findField(JdwpFieldID fieldID)(Code)
Returns FieldImpl of a field in the reference specified by a given fieldID, or null if not found.



findMethod
public MethodImpl findMethod(JdwpMethodID methodID)(Code)
Returns MethodImpl of a method in the reference specified by a given methodID, or null if not found.



flushStoredJdwpResults
public void flushStoredJdwpResults()(Code)
Flushes all stored Jdwp results.



genericSignature
public String genericSignature()(Code)



getClassFileVersion
public int getClassFileVersion()(Code)
Returns the CRC-32 of the given reference type, undefined if unknown.



getConstantMaps
public static void getConstantMaps()(Code)
Retrieves constant mappings.



getRefTypeID
public JdwpReferenceTypeID getRefTypeID()(Code)
Returns Jdwp Reference ID.



getValue
public Value getValue(Field field)(Code)
Returns the Value of a given static Field in this type.



getValues
public Map getValues(List fields)(Code)
a Map of the requested static Field objects with their Value.



hashCode
public int hashCode()(Code)
Returns the hash code value.



instances
public List instances(long maxInstances)(Code)

See Also:   com.sun.jdi.ReferenceType.instances(long)
since:
   3.3



interfaces
public List interfaces()(Code)
Returns the interfaces declared as implemented by this class. Interfaces indirectly implemented (extended by the implemented interface or implemented by a superclass) are not included.



isAbstract
public boolean isAbstract()(Code)
Returns true if the type was declared abstract.



isFinal
public boolean isFinal()(Code)
Returns true if the type was declared final.



isHCREligible
public boolean isHCREligible()(Code)
Returns whether the reference type is HCR-eligible.



isInitialized
public boolean isInitialized()(Code)
Returns true if this type has been initialized.



isPrepared
public boolean isPrepared()(Code)
Returns true if this type has been prepared.



isStatic
public boolean isStatic()(Code)
Returns true if the type was declared static.



isVerified
public boolean isVerified()(Code)
Returns true if this type has been verified.



isVersionKnown
public boolean isVersionKnown()(Code)
Returns whether the CRC-32 of the given reference type is known.



lineNumber
protected int lineNumber(long codeIndex, MethodImpl method, String stratumId)(Code)
Return the number of the line of which the given code index is part of the translation, for this stratum.
Parameters:
  codeIndex - the index of the code.
Parameters:
  method - the method where is the code.
Parameters:
  stratumId -



locationsOfLine
public List locationsOfLine(int line) throws AbsentInformationException(Code)
Returns a List filled with all Location objects that map to the given line number.



locationsOfLine
public List locationsOfLine(String stratum, String sourceName, int lineNumber) throws AbsentInformationException(Code)

See Also:   ReferenceType.locationsOfLine(StringStringint)



locationsOfLine
public List locationsOfLine(String stratumId, String sourceName, int lineNumber, MethodImpl method) throws AbsentInformationException(Code)
Return the location which are part of the translation of the given line, in the given stratum in the source file with the given source name. If sourceName is null, return the locations for all source file in the given stratum. The returned location are in the given method.
Parameters:
  stratumId - the stratum id.
Parameters:
  sourceName - the name of the source file.
Parameters:
  lineNumber - the number of the line.
Parameters:
  method -
throws:
  AbsentInformationException - if the specified sourceName is not valid.



majorVersion
public int majorVersion()(Code)

See Also:   com.sun.jdi.ReferenceType.majorVersion
since:
   3.3



methods
public List methods()(Code)
Returns a list containing each Method declared directly in this type.



methodsByName
public List methodsByName(String name)(Code)
Returns a List containing each visible Method that has the given name.



methodsByName
public List methodsByName(String name, String signature)(Code)
Returns a List containing each visible Method that has the given name and signature.



minorVersion
public int minorVersion()(Code)

See Also:   com.sun.jdi.ReferenceType.minorVersion
since:
   3.3



modifiers
public int modifiers()(Code)
Returns modifier bits.



name
public String name()(Code)
Returns the fully qualified name of this type.



nestedTypes
public List nestedTypes()(Code)
Returns a List containing each ReferenceType declared within this type.



readWithTypeTag
public static ReferenceTypeImpl readWithTypeTag(MirrorImpl target, DataInputStream in) throws IOException(Code)
Reads JDWP representation and returns new or cached instance.



readWithTypeTagAndSignature
public static ReferenceTypeImpl readWithTypeTagAndSignature(MirrorImpl target, boolean withGenericSignature, DataInputStream in) throws IOException(Code)
Reads JDWP representation and returns new or cached instance.



setDefaultStratumId
protected void setDefaultStratumId(String defaultStratumId)(Code)
Set the default stratum. This stratum will be used for the method on strata related data, but with no stratum parameter.



setGenericSignature
public void setGenericSignature(String genericSignature)(Code)
if genericSignature is null, the generic signature is set to not-known (genericSignature() will ask the VM for the generic signature) if genericSignature is an empty String, the generic signature is set to no-generic-signature (genericSignature() will return null) if genericSignature is an non-empty String, the generic signature is set to the specified value (genericSignature() will return the specified value)
since:
   3.0



setOutputFileName
protected void setOutputFileName(String outputFileName)(Code)
Set the output file name, i.e. the .java file used to generate the bytecode.



signature
public String signature()(Code)
Returns the JNI-style signature for this type.



sourceDebugExtension
public String sourceDebugExtension() throws AbsentInformationException(Code)

See Also:   ReferenceType.sourceDebugExtension



sourceName
public String sourceName() throws AbsentInformationException(Code)
Returns an identifying name for the source corresponding to the declaration of this type.



sourceName
protected String sourceName(long codeIndex, MethodImpl method, String stratumId) throws AbsentInformationException(Code)
Return the name of the input source file of which the given code index is part of the translation, for this stratum. If the code at the given index is not a part of the translation of the given stratum code, return the name of the primary input source file.
Parameters:
  codeIndex - the index of the code.
Parameters:
  method - the method where is the code.
Parameters:
  stratumId -



sourceNames
public List sourceNames(String stratumId) throws AbsentInformationException(Code)

See Also:   ReferenceType.sourceNames(String)



sourcePath
protected String sourcePath(long codeIndex, MethodImpl method, String stratumId) throws AbsentInformationException(Code)
Return the path of the input source file of which the given code index is part of the translation, for this stratum. If the code at the given index is not a part of the translation of the given stratum code, return the path of the primary input source file.
Parameters:
  codeIndex - the index of the code.
Parameters:
  method - the method where is the code.
Parameters:
  stratumId -



sourcePaths
public List sourcePaths(String stratumId) throws AbsentInformationException(Code)

See Also:   ReferenceType.sourcePaths(String)



status
protected int status()(Code)
Returns status of class/interface.



typeTag
abstract public byte typeTag()(Code)
Returns type tag.



visibleFields
public List visibleFields()(Code)
Returns a list containing each visible and unambiguous Field in this type.



visibleMethods
public List visibleMethods()(Code)
Returns a list containing each visible and unambiguous Method in this type.



write
public void write(MirrorImpl target, DataOutputStream out) throws IOException(Code)
Writes JDWP representation.



writeNull
public static void writeNull(MirrorImpl target, DataOutputStream out) throws IOException(Code)
Writes representation of null referenceType.



writeWithTag
public void writeWithTag(MirrorImpl target, DataOutputStream out) throws IOException(Code)
Writes JDWP representation.



Fields inherited from org.eclipse.jdi.internal.TypeImpl
protected String fName(Code)(Java Doc)
protected String fSignature(Code)(Java Doc)

Methods inherited from org.eclipse.jdi.internal.TypeImpl
public static String arraySignatureToName(String signature)(Code)(Java Doc)
public static String classNameToSignature(String qualifiedName)(Code)(Java Doc)
public static String classSignatureToName(String signature)(Code)(Java Doc)
public static TypeImpl create(VirtualMachineImpl vmImpl, String signature, ClassLoaderReference classLoader) throws ClassNotLoadedException(Code)(Java Doc)
abstract public Value createNullValue()(Code)(Java Doc)
public static boolean isPrimitiveSignature(String signature)(Code)(Java Doc)
public static boolean isVoidSignature(String signature)(Code)(Java Doc)
abstract public int modifiers()(Code)(Java Doc)
public String name()(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setSignature(String signature)(Code)(Java Doc)
public String signature()(Code)(Java Doc)
public static String signatureToName(String signature)(Code)(Java Doc)
public static byte signatureToTag(String signature)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Fields inherited from org.eclipse.jdi.internal.AccessibleImpl
final public static int MODIFIER_ACC_ABSTRACT(Code)(Java Doc)
final public static int MODIFIER_ACC_BRIDGE(Code)(Java Doc)
final public static int MODIFIER_ACC_ENUM(Code)(Java Doc)
final public static int MODIFIER_ACC_FINAL(Code)(Java Doc)
final public static int MODIFIER_ACC_NATIVE(Code)(Java Doc)
final public static int MODIFIER_ACC_PRIVATE(Code)(Java Doc)
final public static int MODIFIER_ACC_PROTECTED(Code)(Java Doc)
final public static int MODIFIER_ACC_PUBLIC(Code)(Java Doc)
final public static int MODIFIER_ACC_STATIC(Code)(Java Doc)
final public static int MODIFIER_ACC_STRICT(Code)(Java Doc)
final public static int MODIFIER_ACC_SUPER(Code)(Java Doc)
final public static int MODIFIER_ACC_SYNCHRONIZED(Code)(Java Doc)
final public static int MODIFIER_ACC_SYNTHETIC(Code)(Java Doc)
final public static int MODIFIER_ACC_TRANSIENT(Code)(Java Doc)
final public static int MODIFIER_ACC_VARARGS(Code)(Java Doc)
final public static int MODIFIER_ACC_VOLITILE(Code)(Java Doc)
final public static int MODIFIER_SYNTHETIC(Code)(Java Doc)

Methods inherited from org.eclipse.jdi.internal.AccessibleImpl
public static void getConstantMaps()(Code)(Java Doc)
public static String[] getModifierStrings()(Code)(Java Doc)
public boolean isPackagePrivate()(Code)(Java Doc)
public boolean isPrivate()(Code)(Java Doc)
public boolean isProtected()(Code)(Java Doc)
public boolean isPublic()(Code)(Java Doc)

Fields inherited from org.eclipse.jdi.internal.MirrorImpl
protected String fDescription(Code)(Java Doc)
protected VerboseWriter fVerboseWriter(Code)(Java Doc)

Methods inherited from org.eclipse.jdi.internal.MirrorImpl
public void checkVM(Mirror mirror) throws VMMismatchException(Code)(Java Doc)
public void defaultIOExceptionHandler(Exception e)(Code)(Java Doc)
public void defaultReplyErrorHandler(int error)(Code)(Java Doc)
public void disconnectVM()(Code)(Java Doc)
final public JdwpCommandPacket getCommandVM(int command, long timeout) throws InterruptedException(Code)(Java Doc)
public void handledJdwpEventSet()(Code)(Java Doc)
public void handledJdwpRequest()(Code)(Java Doc)
public void initJdwpEventSet(JdwpCommandPacket commandPacket)(Code)(Java Doc)
public void initJdwpRequest()(Code)(Java Doc)
public boolean readBoolean(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public byte readByte(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public byte readByte(String description, Map valueToString, DataInputStream in) throws IOException(Code)(Java Doc)
public byte readByte(String description, String[] bitNames, DataInputStream in) throws IOException(Code)(Java Doc)
public byte[] readByteArray(int length, String description, DataInputStream in) throws IOException(Code)(Java Doc)
public char readChar(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public double readDouble(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public float readFloat(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public int readInt(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public int readInt(String description, Map valueToString, DataInputStream in) throws IOException(Code)(Java Doc)
public int readInt(String description, String[] bitNames, DataInputStream in) throws IOException(Code)(Java Doc)
public long readLong(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public short readShort(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public short readShort(String description, Map valueToString, DataInputStream in) throws IOException(Code)(Java Doc)
public short readShort(String description, String[] bitNames, DataInputStream in) throws IOException(Code)(Java Doc)
public String readString(String description, DataInputStream in) throws IOException(Code)(Java Doc)
public JdwpReplyPacket requestVM(int command, byte[] outData)(Code)(Java Doc)
public JdwpReplyPacket requestVM(int command, ByteArrayOutputStream outData)(Code)(Java Doc)
public JdwpReplyPacket requestVM(int command, ObjectReferenceImpl object)(Code)(Java Doc)
public JdwpReplyPacket requestVM(int command, ReferenceTypeImpl refType)(Code)(Java Doc)
public JdwpReplyPacket requestVM(int command)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public VerboseWriter verboseWriter()(Code)(Java Doc)
public VirtualMachine virtualMachine()(Code)(Java Doc)
public VirtualMachineImpl virtualMachineImpl()(Code)(Java Doc)
public void writeBoolean(boolean value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeByte(byte value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeByte(byte value, String description, Map valueToString, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeByte(byte value, String description, String[] bitNames, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeChar(char value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeDouble(double value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeFloat(float value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeInt(int value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeInt(int value, String description, Map valueToString, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeInt(int value, String description, String[] bitNames, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeLong(long value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeShort(short value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeShort(short value, String description, Map valueToString, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeShort(short value, String description, String[] bitNames, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeString(String value, String description, DataOutputStream out) throws IOException(Code)(Java Doc)
public void writeVerboseCommandPacketHeader(JdwpCommandPacket commandPacket)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.