org.androidtransfuse.analysis.adapter
Class MethodSignature

Package class diagram package MethodSignature
java.lang.Object
  extended by org.androidtransfuse.analysis.adapter.MethodSignature

public class MethodSignature
extends Object

Author:
John Ericksen

Constructor Summary
MethodSignature(ASTMethod method)
           
MethodSignature(ASTType returnType, String methodName, List<ASTType> paramTypes)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSignature

public MethodSignature(ASTMethod method)

MethodSignature

public MethodSignature(ASTType returnType,
                       String methodName,
                       List<ASTType> paramTypes)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.