Package org.aspectj.weaver
Class CrosscuttingMembersSet
- java.lang.Object
-
- org.aspectj.weaver.CrosscuttingMembersSet
-
public class CrosscuttingMembersSet extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intserializationVersion
-
Constructor Summary
Constructors Constructor Description CrosscuttingMembersSet(World world)
-
Method Summary
-
-
-
Constructor Detail
-
CrosscuttingMembersSet
public CrosscuttingMembersSet(World world)
-
-
Method Detail
-
addOrReplaceAspect
public boolean addOrReplaceAspect(ResolvedType aspectType)
-
addOrReplaceAspect
public boolean addOrReplaceAspect(ResolvedType aspectType, boolean inWeavingPhase)
-
addAdviceLikeDeclares
public void addAdviceLikeDeclares(ResolvedType aspectType)
-
deleteAspect
public boolean deleteAspect(UnresolvedType aspectType)
-
containsAspect
public boolean containsAspect(UnresolvedType aspectType)
-
addFixedCrosscuttingMembers
public void addFixedCrosscuttingMembers(ResolvedType aspectType)
-
getShadowMungers
public List<ShadowMunger> getShadowMungers()
-
getTypeMungers
public List<ConcreteTypeMunger> getTypeMungers()
-
getTypeMungersOfKind
public List<ConcreteTypeMunger> getTypeMungersOfKind(ResolvedTypeMunger.Kind kind)
-
getLateTypeMungers
public List<ConcreteTypeMunger> getLateTypeMungers()
-
getDeclareSofts
public List<DeclareSoft> getDeclareSofts()
-
getDeclareParents
public List<DeclareParents> getDeclareParents()
-
getDeclareAnnotationOnTypes
public List<DeclareAnnotation> getDeclareAnnotationOnTypes()
-
getDeclareAnnotationOnFields
public List<DeclareAnnotation> getDeclareAnnotationOnFields()
-
getDeclareAnnotationOnMethods
public List<DeclareAnnotation> getDeclareAnnotationOnMethods()
-
getDeclareTypeEows
public List<DeclareTypeErrorOrWarning> getDeclareTypeEows()
-
findAspectDeclaringParents
public ResolvedType findAspectDeclaringParents(DeclareParents p)
-
reset
public void reset()
-
hasChangedSinceLastReset
public boolean hasChangedSinceLastReset()
-
recordNecessaryCheck
public void recordNecessaryCheck(IVerificationRequired verification)
-
verify
public void verify()
-
write
public void write(CompressingDataOutputStream stream) throws IOException
- Throws:
IOException
-
-