| java.lang.Object org.eclipse.jdi.internal.MirrorImpl org.eclipse.jdi.internal.AccessibleImpl org.eclipse.jdi.internal.TypeComponentImpl org.eclipse.jdi.internal.MethodImpl
Method Summary | |
public List | allLineLocations() | public List | allLineLocations(String stratum, String sourceName) | public List | argumentTypeNames() Returns a text representation of all declared argument types of this method. | public List | argumentTypes() Returns the list containing the type of each argument. | public List | arguments() | public byte[] | bytecodes() Returns an array containing the bytecodes for this method. | public int | compareTo(Object object) | public boolean | equals(Object object) | protected void | flushStoredJdwpResults() Flushes all stored Jdwp results. | public static void | getConstantMaps() Retrieves constant mappings. | protected static String[] | getInvokeOptions() | protected JdwpMethodID | getMethodID() | public int | hashCode() | public boolean | isAbstract() | public boolean | isBridge() | public boolean | isConstructor() | public boolean | isNative() | public boolean | isObsolete() See Also: Method.isObsolete See Also: The JDK 1.4.0 specification states that obsolete methods See Also: are given an ID of zero. | public boolean | isStaticInitializer() | public boolean | isSynchronized() | public boolean | isVarArgs() | protected Map | javaStratumCodeIndexToLine() | protected int | javaStratumLineNumber(long lineCodeIndex) | protected List | javaStratumLineToCodeIndexes(int line) | protected List | javaStratumLocationsOfLines(List javaLines) Return a list which contains a location for the each disjoin range of code indice
that have bean assigned to the given lines (by the compiler or/and the VM). | public Location | location() | public Location | locationOfCodeIndex(long index) | public List | locationsOfLine(int line) | public List | locationsOfLine(String stratum, String sourceName, int lineNumber) | protected static MethodImpl | readWithNameSignatureModifiers(ReferenceTypeImpl target, ReferenceTypeImpl referenceType, boolean withGenericSignature, DataInputStream in) | protected static MethodImpl | readWithReferenceTypeWithTag(MirrorImpl target, DataInputStream in) | public Type | returnType() | public String | returnTypeName() | public List | variables() | public List | variablesByName(String name) | public void | write(MirrorImpl target, DataOutputStream out) Writes JDWP representation. | protected void | writeWithReferenceType(MirrorImpl target, DataOutputStream out) Writes JDWP representation, including ReferenceType. | protected void | writeWithReferenceTypeWithTag(MirrorImpl target, DataOutputStream out) Writes JDWP representation, including ReferenceType with Tag. |
INVOKE_NONVIRTUAL_JDWP | final public static int INVOKE_NONVIRTUAL_JDWP(Code) | | |
INVOKE_SINGLE_THREADED_JDWP | final public static int INVOKE_SINGLE_THREADED_JDWP(Code) | | InvokeOptions Constants.
|
argumentTypeNames | public List argumentTypeNames()(Code) | | Returns a text representation of all declared argument types of this method. |
bytecodes | public byte[] bytecodes()(Code) | | Returns an array containing the bytecodes for this method. |
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. |
flushStoredJdwpResults | protected void flushStoredJdwpResults()(Code) | | Flushes all stored Jdwp results.
|
getConstantMaps | public static void getConstantMaps()(Code) | | Retrieves constant mappings.
|
getInvokeOptions | protected static String[] getInvokeOptions()(Code) | | Returns a map with string representations of tags. |
hashCode | public int hashCode()(Code) | | Returns the hash code value. |
isBridge | public boolean isBridge()(Code) | | |
isObsolete | public boolean isObsolete()(Code) | | See Also: Method.isObsolete See Also: The JDK 1.4.0 specification states that obsolete methods See Also: are given an ID of zero. It also states that when a method See Also: is redefined, the new method gets the ID of the old method. See Also: Thus, the JDWP query for isObsolete on JDK 1.4 will never return true See Also: for a non-zero method ID. The query is therefore not needed |
isVarArgs | public boolean isVarArgs()(Code) | | |
javaStratumLineNumber | protected int javaStratumLineNumber(long lineCodeIndex) throws AbsentInformationException(Code) | | Returns the line number that corresponds to the given lineCodeIndex. |
javaStratumLocationsOfLines | protected List javaStratumLocationsOfLines(List javaLines) throws AbsentInformationException(Code) | | Return a list which contains a location for the each disjoin range of code indice
that have bean assigned to the given lines (by the compiler or/and the VM).
Return an empty list if there is not executable code at the specified lines.
|
Fields inherited from org.eclipse.jdi.internal.TypeComponentImpl | protected int fModifierBits(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)
|
|
|