org.aspectj.weaver
Class SignatureUtils

java.lang.Object
  extended by org.aspectj.weaver.SignatureUtils

public class SignatureUtils
extends java.lang.Object


Constructor Summary
SignatureUtils()
           
 
Method Summary
static java.lang.String getSignatureMakerName(Member m)
           
static java.lang.String getSignatureString(Member m, World world)
           
static java.lang.String getSignatureType(Member m)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureUtils

public SignatureUtils()
Method Detail

getSignatureString

public static java.lang.String getSignatureString(Member m,
                                                  World world)

getSignatureMakerName

public static java.lang.String getSignatureMakerName(Member m)

getSignatureType

public static java.lang.String getSignatureType(Member m)