A C E F G I J M N O P S T W

A

ADVICE_EXECUTION - interface org.aspectj.lang.JoinPoint �� static ����
 
AdviceSignature - interface org.aspectj.lang.reflect.AdviceSignature.
 
acceptClass(String, byte[]) - interface org.aspectj.weaver.tools.GeneratedClassHandler �����\�b�h
Accept class generated by WeavingAdaptor.
addURL(URL) - class org.aspectj.weaver.tools.WeavingAdaptor �����\�b�h
Appends URL to path used by the WeavingAdptor to resolve classes

C

CONSTRUCTOR_CALL - interface org.aspectj.lang.JoinPoint �� static ����
 
CONSTRUCTOR_EXECUTION - interface org.aspectj.lang.JoinPoint �� static ����
 
CatchClauseSignature - interface org.aspectj.lang.reflect.CatchClauseSignature.
 
CodeSignature - interface org.aspectj.lang.reflect.CodeSignature.
 
ConstructorSignature - interface org.aspectj.lang.reflect.ConstructorSignature.
 

E

EXCEPTION_HANDLER - interface org.aspectj.lang.JoinPoint �� static ����
 

F

FIELD_GET - interface org.aspectj.lang.JoinPoint �� static ����
 
FIELD_SET - interface org.aspectj.lang.JoinPoint �� static ����
 
FieldSignature - interface org.aspectj.lang.reflect.FieldSignature.
 

G

GeneratedClassHandler - interface org.aspectj.weaver.tools.GeneratedClassHandler.
Interface implemented by weaving class loaders to allow classes generated by the weaving process to be defined.
getArgs() - interface org.aspectj.lang.JoinPoint �����\�b�h
Returns the arguments at this join point.
getAspectURLs() - interface org.aspectj.weaver.tools.WeavingClassLoader �����\�b�h
Returns the aspects to be used by a WeavingAdaptor to weave classes defined by the class loader.
getCause() - class org.aspectj.lang.NoAspectBoundException �����\�b�h
 
getCause() - class org.aspectj.lang.SoftException �����\�b�h
 
getColumn() - interface org.aspectj.lang.reflect.SourceLocation �����\�b�h
�������������������B can not be implemented for bytecode weaving, may be removed in 1.1gold.
getDeclaringType() - interface org.aspectj.lang.Signature �����\�b�h
Returns a java.lang.Class object representing the class, interface, or aspect that declared this member.
getDeclaringTypeName() - interface org.aspectj.lang.Signature �����\�b�h
Returns the fully-qualified name of the declaring type.
getExceptionTypes() - interface org.aspectj.lang.reflect.CodeSignature �����\�b�h
 
getFieldType() - interface org.aspectj.lang.reflect.FieldSignature �����\�b�h
 
getFileName() - interface org.aspectj.lang.reflect.SourceLocation �����\�b�h
 
getKind() - interface org.aspectj.lang.JoinPoint.StaticPart �����\�b�h
Returns a String representing the kind of join point.
getKind() - interface org.aspectj.lang.JoinPoint �����\�b�h
Returns a String representing the kind of join point.
getLine() - interface org.aspectj.lang.reflect.SourceLocation �����\�b�h
 
getModifiers() - interface org.aspectj.lang.Signature �����\�b�h
Returns the modifiers on this signature represented as an int.
getName() - interface org.aspectj.lang.Signature �����\�b�h
Returns the identifier part of this signature; i.e. for methods this will return the method name.
getParameterName() - interface org.aspectj.lang.reflect.CatchClauseSignature �����\�b�h
 
getParameterNames() - interface org.aspectj.lang.reflect.CodeSignature �����\�b�h
 
getParameterType() - interface org.aspectj.lang.reflect.CatchClauseSignature �����\�b�h
 
getParameterTypes() - interface org.aspectj.lang.reflect.CodeSignature �����\�b�h
 
getReturnType() - interface org.aspectj.lang.reflect.AdviceSignature �����\�b�h
 
getReturnType() - interface org.aspectj.lang.reflect.MethodSignature �����\�b�h
 
getSignature() - interface org.aspectj.lang.JoinPoint.StaticPart �����\�b�h
Returns the signature at the join point.
getSignature() - interface org.aspectj.lang.JoinPoint �����\�b�h
Returns the signature at the join point.
getSourceLocation() - interface org.aspectj.lang.JoinPoint.StaticPart �����\�b�h
Returns the source location corresponding to the join point.
getSourceLocation() - interface org.aspectj.lang.JoinPoint �����\�b�h
Returns the source location corresponding to the join point.
getStaticPart() - interface org.aspectj.lang.JoinPoint �����\�b�h
Returns an object that encapsulates the static parts of this join point
getTarget() - interface org.aspectj.lang.JoinPoint �����\�b�h
Returns the target object.
getThis() - interface org.aspectj.lang.JoinPoint �����\�b�h
Returns the currently executing object.
getWithinType() - interface org.aspectj.lang.reflect.SourceLocation �����\�b�h
 
getWrappedThrowable() - class org.aspectj.lang.SoftException �����\�b�h
 

I

INITIALIZATION - interface org.aspectj.lang.JoinPoint �� static ����
 
InitializerSignature - interface org.aspectj.lang.reflect.InitializerSignature.
 

J

JoinPoint - interface org.aspectj.lang.JoinPoint.
Provides reflective access to both the state available at a join point and static information about it.
JoinPoint.StaticPart - interface org.aspectj.lang.JoinPoint.StaticPart.
This helper object contains only the static information about a join point.

M

METHOD_CALL - interface org.aspectj.lang.JoinPoint �� static ����
 
METHOD_EXECUTION - interface org.aspectj.lang.JoinPoint �� static ����
The legal return values from getKind()
MemberSignature - interface org.aspectj.lang.reflect.MemberSignature.
 
MethodSignature - interface org.aspectj.lang.reflect.MethodSignature.
 

N

NoAspectBoundException - exception org.aspectj.lang.NoAspectBoundException.
Thrown by the aspectOf(..)
NoAspectBoundException(String, Throwable) - class org.aspectj.lang.NoAspectBoundException ���R���X�g���N�^
 
NoAspectBoundException() - class org.aspectj.lang.NoAspectBoundException ���R���X�g���N�^
 

O

org.aspectj.lang - package org.aspectj.lang
Provides several interfaces for obtaining reflective information about a join point, as well as several exceptions that can be thrown by AspectJ code.
org.aspectj.lang.reflect - package org.aspectj.lang.reflect
Contains interfaces that extend Signature to provide additional information about each possible join point signature.
org.aspectj.weaver.tools - package org.aspectj.weaver.tools
Provides a set of interfaces to allow a class loader to perform load-time weaving.

P

PREINTIALIZATION - interface org.aspectj.lang.JoinPoint �� static ����
 
printStackTrace() - class org.aspectj.lang.SoftException �����\�b�h
 
printStackTrace(PrintStream) - class org.aspectj.lang.SoftException �����\�b�h
 
printStackTrace(PrintWriter) - class org.aspectj.lang.SoftException �����\�b�h
 

S

STATICINITIALIZATION - interface org.aspectj.lang.JoinPoint �� static ����
 
Signature - interface org.aspectj.lang.Signature.
Represents the signature at a join point.
SoftException - exception org.aspectj.lang.SoftException.
Wrapper for checked exceptions matched by a 'declare soft'.
SoftException(Throwable) - class org.aspectj.lang.SoftException ���R���X�g���N�^
 
SourceLocation - interface org.aspectj.lang.reflect.SourceLocation.
For defining code, the class defined and location in a source file.

T

toLongString() - interface org.aspectj.lang.JoinPoint.StaticPart �����\�b�h
Returns an extended string representation of the join point
toLongString() - interface org.aspectj.lang.JoinPoint �����\�b�h
Returns an extended string representation of the join point.
toLongString() - interface org.aspectj.lang.Signature �����\�b�h
Returns an extended string representation of this signature.
toShortString() - interface org.aspectj.lang.JoinPoint.StaticPart �����\�b�h
Returns an abbreviated string representation of the join point
toShortString() - interface org.aspectj.lang.JoinPoint �����\�b�h
Returns an abbreviated string representation of the join point.
toShortString() - interface org.aspectj.lang.Signature �����\�b�h
Returns an abbreviated string representation of this signature.
toString() - interface org.aspectj.lang.JoinPoint.StaticPart �����\�b�h
 
toString() - interface org.aspectj.lang.JoinPoint �����\�b�h
 
toString() - interface org.aspectj.lang.Signature �����\�b�h
 

W

WEAVING_ADAPTOR_VERBOSE - class org.aspectj.weaver.tools.WeavingAdaptor �� static ����
System property used to turn on verbose weaving messages
WeavingAdaptor - class org.aspectj.weaver.tools.WeavingAdaptor.
This adaptor allows the AspectJ compiler to be embedded in an existing system to facilitate load-time weaving.
WeavingAdaptor(WeavingClassLoader) - class org.aspectj.weaver.tools.WeavingAdaptor ���R���X�g���N�^
Construct a WeavingAdaptor with a reference to a weaving class loader.
WeavingAdaptor(GeneratedClassHandler, URL[], URL[]) - class org.aspectj.weaver.tools.WeavingAdaptor ���R���X�g���N�^
Construct a WeavingAdator with a reference to a GeneratedClassHandler, a full search path for resolving classes and a complete set of aspects.
WeavingClassLoader - interface org.aspectj.weaver.tools.WeavingClassLoader.
An interface for weaving class loaders to provide callbacks for a WeavingAdaptor.
weaveClass(String, byte[]) - class org.aspectj.weaver.tools.WeavingAdaptor �����\�b�h
Weave a class using aspects previously supplied to the adaptor.

A C E F G I J M N O P S T W