### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: search/org/eclipse/jdt/core/search/SearchPattern.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java,v retrieving revision 1.75 diff -u -r1.75 SearchPattern.java --- search/org/eclipse/jdt/core/search/SearchPattern.java 25 Jan 2008 21:16:18 -0000 1.75 +++ search/org/eclipse/jdt/core/search/SearchPattern.java 27 Jan 2008 19:08:14 -0000 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2000, 2007 IBM Corporation and others. + * Copyright (c) 2000, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -1264,16 +1264,16 @@ * Examples: * * @param stringPattern the given pattern * *

* - *
  • Method pattern can have the following syntax: - *

    [declaringType '.'] ['<' typeArguments '>'] selector ['(' parameterTypes ')'] [returnType]

    - *

    Type arguments have the same pattern that for type patterns

    - *

    Some samples: + *

  • Method patterns have the following syntax: + *

    [declaringType '.'] ['<' typeArguments '>'] methodName ['(' parameterTypes ')'] [returnType]

    + *

    Type arguments have the same syntax as explained in the type patterns section

    + *

    Some samples: *