Package org.aspectj.weaver.bcel
Klasse BcelCflowStackFieldAdder
java.lang.Object
org.aspectj.weaver.ConcreteTypeMunger
org.aspectj.weaver.bcel.BcelTypeMunger
org.aspectj.weaver.bcel.BcelCflowStackFieldAdder
- Alle implementierten Schnittstellen:
PartialOrder.PartialComparable
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.weaver.ConcreteTypeMunger
aspectType, munger -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanSome type mungers are created purely to help with the implementation of shadow mungers.getMatchingSyntheticMember(Member member) booleanmatches(ResolvedType onType) booleanmunge(org.aspectj.weaver.bcel.BcelClassWeaver weaver) Von Klasse geerbte Methoden org.aspectj.weaver.bcel.BcelTypeMunger
attemptToModifySuperCalls, equals, error, getTypeVariableAliases, hashCode, makeFieldGen, makeMethodGen, parameterizedFor, parameterizeWith, shouldOverwrite, toStringVon Klasse geerbte Methoden org.aspectj.weaver.ConcreteTypeMunger
compareTo, equivalentTo, fallbackCompareTo, getAspectType, getMunger, getSourceLocation, getWorld, isLateMunger, isTargetTypeParameterized
-
Konstruktordetails
-
BcelCflowStackFieldAdder
-
-
Methodendetails
-
munge
public boolean munge(org.aspectj.weaver.bcel.BcelClassWeaver weaver) - Setzt außer Kraft:
mungein KlasseBcelTypeMunger
-
getMatchingSyntheticMember
- Setzt außer Kraft:
getMatchingSyntheticMemberin KlasseConcreteTypeMunger
-
getSignature
- Setzt außer Kraft:
getSignaturein KlasseConcreteTypeMunger
-
matches
- Setzt außer Kraft:
matchesin KlasseConcreteTypeMunger
-
existsToSupportShadowMunging
public boolean existsToSupportShadowMunging()Beschreibung aus Klasse kopiert:ConcreteTypeMungerSome type mungers are created purely to help with the implementation of shadow mungers. For example to support the cflow() pointcut we create a new cflow field in the aspect, and that is added via a BcelCflowCounterFieldAdder. During compilation we need to compare sets of type mungers, and if some only come into existence after the 'shadowy' type things have been processed, we need to ignore them during the comparison. Returning true from this method indicates the type munger exists to support 'shadowy' stuff - and so can be ignored in some comparison.- Setzt außer Kraft:
existsToSupportShadowMungingin KlasseConcreteTypeMunger
-