org.mutabilitydetector.checkers.info
Class MethodIdentifier

java.lang.Object
  extended by org.mutabilitydetector.checkers.info.MethodIdentifier

@Immutable
public final class MethodIdentifier
extends Object


Constructor Summary
MethodIdentifier(Dotted className, String methodDescriptor)
           
 
Method Summary
 Dotted dottedClassName()
           
 boolean equals(Object obj)
           
static MethodIdentifier forMethod(Dotted className, String methodDescriptor)
           
static MethodIdentifier forMethod(Slashed className, String methodDescriptor)
           
 int hashCode()
           
 String methodDescriptor()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodIdentifier

public MethodIdentifier(Dotted className,
                        String methodDescriptor)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

forMethod

public static MethodIdentifier forMethod(Dotted className,
                                         String methodDescriptor)

forMethod

public static MethodIdentifier forMethod(Slashed className,
                                         String methodDescriptor)

dottedClassName

public Dotted dottedClassName()

methodDescriptor

public String methodDescriptor()


Copyright © 2013. All Rights Reserved.