org.jboss.aop.joinpoint
Class ConstructorCalledByConstructorJoinpoint
java.lang.Object
org.jboss.aop.joinpoint.ConstructorCalledByConstructorJoinpoint
- All Implemented Interfaces:
- Joinpoint
public class ConstructorCalledByConstructorJoinpoint
- extends Object
- implements Joinpoint
Comment
- Version:
- $Revision: 70849 $
- Author:
- Bill Burke
ConstructorCalledByConstructorJoinpoint
public ConstructorCalledByConstructorJoinpoint(Constructor<?> calling,
Constructor<?> called)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getCalling
public Constructor<?> getCalling()
getCalled
public Constructor<?> getCalled()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.