Home | History | Annotate | Download | only in spechelper

Lines Matching refs:IMethod

21 import org.eclipse.jdt.core.IMethod;
52 IMethod method = selectMethod();
88 private String generateAnnotation(boolean shortOnly, IMethod method) {
134 private IMethod selectMethod() {
150 IMethod method;
189 IMethod[] allMeth = myType.getMethods();
190 List<IMethod> pubproMethods = new ArrayList<IMethod>();
192 IMethod method = allMeth[i];
197 IMethod[] res = pubproMethods
198 .toArray(new IMethod[pubproMethods.size()]);
207 IMethod method = (IMethod) types[0];