org.aspectj.weaver
Class AjAttribute.PrivilegedAttribute

java.lang.Object
  extended by org.aspectj.weaver.AjAttribute
      extended by org.aspectj.weaver.AjAttribute.PrivilegedAttribute
Enclosing class:
AjAttribute

public static class AjAttribute.PrivilegedAttribute
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
static java.lang.String AttributeName
           
 
Fields inherited from class org.aspectj.weaver.AjAttribute
AttributePrefix
 
Constructor Summary
AjAttribute.PrivilegedAttribute(ResolvedMember[] accessedMembers)
           
 
Method Summary
 ResolvedMember[] getAccessedMembers()
           
 java.lang.String getNameString()
           
static AjAttribute.PrivilegedAttribute read(VersionedDataInputStream stream, ISourceContext context)
           
 void write(CompressingDataOutputStream s)
           
 
Methods inherited from class org.aspectj.weaver.AjAttribute
getAllBytes, getBytes, getNameChars, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AttributeName

public static final java.lang.String AttributeName
See Also:
Constant Field Values
Constructor Detail

AjAttribute.PrivilegedAttribute

public AjAttribute.PrivilegedAttribute(ResolvedMember[] accessedMembers)
Method Detail

write

public void write(CompressingDataOutputStream s)
           throws java.io.IOException
Specified by:
write in class AjAttribute
Throws:
java.io.IOException

getAccessedMembers

public ResolvedMember[] getAccessedMembers()

read

public static AjAttribute.PrivilegedAttribute read(VersionedDataInputStream stream,
                                                   ISourceContext context)
                                            throws java.io.IOException
Throws:
java.io.IOException

getNameString

public java.lang.String getNameString()
Specified by:
getNameString in class AjAttribute