|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.util.Vector<org.eclipse.jdt.core.IMethod>>
testjdt3.Provided
public class Provided
Class to store per type name the set of required services
| Constructor Summary | |
|---|---|
Provided()
|
|
| Method Summary | |
|---|---|
java.lang.String |
computeSignature(org.eclipse.jdt.core.IMethod im)
Compute a readable signature without fully qualified names. |
void |
exists(java.lang.String trec,
org.eclipse.jdt.core.dom.IMethodBinding req)
Check if the req method has a corresponding provided method. |
java.lang.String |
toString()
|
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public Provided()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.util.AbstractMap<java.lang.String,java.util.Vector<org.eclipse.jdt.core.IMethod>>public java.lang.String computeSignature(org.eclipse.jdt.core.IMethod im)
im -
public void exists(java.lang.String trec,
org.eclipse.jdt.core.dom.IMethodBinding req)
req -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||