Uses of Interface
org.eclipse.jpt.utility.MethodSignature

Packages that use MethodSignature
org.eclipse.jpt.core.resource.java   
org.eclipse.jpt.core.utility.jdt   
org.eclipse.jpt.utility   
 

Uses of MethodSignature in org.eclipse.jpt.core.resource.java
 

Methods in org.eclipse.jpt.core.resource.java with parameters of type MethodSignature
 boolean JavaResourcePersistentMember.isFor(MethodSignature methodSignature, int occurrence)
          Return whether the Java resource persistent member is for the specified method.
 

Uses of MethodSignature in org.eclipse.jpt.core.utility.jdt
 

Methods in org.eclipse.jpt.core.utility.jdt with parameters of type MethodSignature
 boolean MethodAttribute.matches(MethodSignature signature, int occurrence)
          This method must be used instead of Member#matches(String, int).
 

Uses of MethodSignature in org.eclipse.jpt.utility
 

Methods in org.eclipse.jpt.utility with parameters of type MethodSignature
 boolean MethodSignature.equals(MethodSignature other)