|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface for all reference type specifications.
Field Summary | |
static long |
serialVersionUID
serial version |
Method Summary | |
com.sun.jdi.request.ClassPrepareRequest |
createPrepareRequest(com.sun.jdi.VirtualMachine vm)
Create a class prepare request appropriate for this reference type specification. |
java.lang.String |
getIdentifier()
Returns the class identifier this specification is specifying. |
boolean |
isExact()
Returns true if this type specification is an exact name or uses a wildcard pattern. |
boolean |
matches(com.sun.jdi.ReferenceType refType)
Determines if the given ReferenceType matches this specification. |
boolean |
matches(java.lang.String classname)
Determines if the given class name matches this specification. |
Field Detail |
public static final long serialVersionUID
Method Detail |
public com.sun.jdi.request.ClassPrepareRequest createPrepareRequest(com.sun.jdi.VirtualMachine vm)
vm
- VirtualMachine to use for creating request.public java.lang.String getIdentifier()
public boolean isExact()
public boolean matches(java.lang.String classname)
classname
- name of class to match against.public boolean matches(com.sun.jdi.ReferenceType refType)
refType
- ReferenceType to match against.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |