org.aspectj.weaver
Class PerTypeWithinTargetTypeMunger
java.lang.Object
org.aspectj.weaver.ResolvedTypeMunger
org.aspectj.weaver.PerTypeWithinTargetTypeMunger
public class PerTypeWithinTargetTypeMunger
- extends ResolvedTypeMunger
Fields inherited from class org.aspectj.weaver.ResolvedTypeMunger |
AnnotationOnType, Constructor, Field, FieldHost, InnerClass, Method, MethodDelegate, MethodDelegate2, Parent, PerObjectInterface, PerTypeWithinInterface, PrivilegedAccess, SUPER_DISPATCH_NAME |
Methods inherited from class org.aspectj.weaver.ResolvedTypeMunger |
changesPublicSignature, existsToSupportShadowMunging, getDeclaredSignature, getDeclaringType, getKind, getMatchingSyntheticMember, getSignature, getSourceLocation, getSuperMethodsCalled, getTypeVariableAliases, hasTypeVariableAliases, isLateMunger, needsAccessToTopmostImplementor, parameterizedFor, parameterizeWith, read, setDeclaredSignature, setSourceLocation, setSuperMethodsCalled, sharesTypeVariablesWithGenericType, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
PerTypeWithinTargetTypeMunger
public PerTypeWithinTargetTypeMunger(UnresolvedType aspectType,
PerTypeWithin testPointcut)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
write
public void write(CompressingDataOutputStream s)
throws java.io.IOException
- Specified by:
write
in class ResolvedTypeMunger
- Throws:
java.io.IOException
getAspectType
public UnresolvedType getAspectType()
getTestPointcut
public Pointcut getTestPointcut()
matches
public boolean matches(ResolvedType matchType,
ResolvedType aspectType)
- Overrides:
matches
in class ResolvedTypeMunger