Package org.aspectj.weaver
Class AjAttribute.TypeMunger
- java.lang.Object
-
- org.aspectj.weaver.AjAttribute
-
- org.aspectj.weaver.AjAttribute.TypeMunger
-
- Enclosing class:
- AjAttribute
public static class AjAttribute.TypeMunger extends AjAttribute
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.aspectj.weaver.AjAttribute
AjAttribute.AdviceAttribute, AjAttribute.AjSynthetic, AjAttribute.Aspect, AjAttribute.DeclareAttribute, AjAttribute.EffectiveSignatureAttribute, AjAttribute.MethodDeclarationLineNumberAttribute, AjAttribute.PointcutDeclarationAttribute, AjAttribute.PrivilegedAttribute, AjAttribute.SourceContextAttribute, AjAttribute.TypeMunger, AjAttribute.WeaverState, AjAttribute.WeaverVersionInfo
-
-
Field Summary
Fields Modifier and Type Field Description static StringAttributeName-
Fields inherited from class org.aspectj.weaver.AjAttribute
AttributePrefix
-
-
Constructor Summary
Constructors Constructor Description TypeMunger(ResolvedTypeMunger munger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNameString()ConcreteTypeMungerreify(World world, ResolvedType aspectType)voidwrite(CompressingDataOutputStream s)-
Methods inherited from class org.aspectj.weaver.AjAttribute
getAllBytes, getBytes, getNameChars, read
-
-
-
-
Field Detail
-
AttributeName
public static final String AttributeName
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TypeMunger
public TypeMunger(ResolvedTypeMunger munger)
-
-
Method Detail
-
getNameString
public String getNameString()
- Specified by:
getNameStringin classAjAttribute
-
write
public void write(CompressingDataOutputStream s) throws IOException
- Specified by:
writein classAjAttribute- Throws:
IOException
-
reify
public ConcreteTypeMunger reify(World world, ResolvedType aspectType)
-
-