org.aspectj.weaver
Class PerObjectInterfaceTypeMunger

java.lang.Object
  extended by org.aspectj.weaver.ResolvedTypeMunger
      extended by org.aspectj.weaver.PerObjectInterfaceTypeMunger

public class PerObjectInterfaceTypeMunger
extends ResolvedTypeMunger


Nested Class Summary
 
Nested classes/interfaces inherited from class org.aspectj.weaver.ResolvedTypeMunger
ResolvedTypeMunger.Kind
 
Field Summary
 
Fields inherited from class org.aspectj.weaver.ResolvedTypeMunger
AnnotationOnType, Constructor, declaredSignature, Field, FieldHost, InnerClass, kind, Method, MethodDelegate, MethodDelegate2, Parent, PerObjectInterface, PerTypeWithinInterface, PrivilegedAccess, signature, SUPER_DISPATCH_NAME, typeVariableAliases
 
Constructor Summary
PerObjectInterfaceTypeMunger(UnresolvedType aspectType, Pointcut testPointcut)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 UnresolvedType getInterfaceType()
           
 Pointcut getTestPointcut()
           
 int hashCode()
           
 boolean isLateMunger()
          A late munger has to be done after shadow munging since which shadows are matched can affect the operation of the late munger.
 boolean matches(ResolvedType matchType, ResolvedType aspectType)
           
 void write(CompressingDataOutputStream s)
           
 
Methods inherited from class org.aspectj.weaver.ResolvedTypeMunger
changesPublicSignature, existsToSupportShadowMunging, getDeclaredSignature, getDeclaringType, getKind, getMatchingSyntheticMember, getSignature, getSourceLocation, getSuperMethodsCalled, getTypeVariableAliases, hasTypeVariableAliases, needsAccessToTopmostImplementor, parameterizedFor, parameterizeWith, read, readInTypeAliases, readSourceLocation, readSuperMethodsCalled, setDeclaredSignature, setSourceLocation, setSuperMethodsCalled, setTypeVariableAliases, sharesTypeVariablesWithGenericType, toString, writeOutTypeAliases, writeSourceLocation, writeSuperMethodsCalled
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PerObjectInterfaceTypeMunger

public PerObjectInterfaceTypeMunger(UnresolvedType aspectType,
                                    Pointcut testPointcut)
Method Detail

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

getInterfaceType

public UnresolvedType getInterfaceType()

getTestPointcut

public Pointcut getTestPointcut()

matches

public boolean matches(ResolvedType matchType,
                       ResolvedType aspectType)
Overrides:
matches in class ResolvedTypeMunger

isLateMunger

public boolean isLateMunger()
Description copied from class: ResolvedTypeMunger
A late munger has to be done after shadow munging since which shadows are matched can affect the operation of the late munger. e.g. perobjectinterfacemunger

Overrides:
isLateMunger in class ResolvedTypeMunger