A C F G I J M N O S T

A

AdviceSignature - interface org.aspectj.lang.reflect.AdviceSignature.
 

C

CatchClauseSignature - interface org.aspectj.lang.reflect.CatchClauseSignature.
 
CodeSignature - interface org.aspectj.lang.reflect.CodeSignature.
 
ConstructorSignature - interface org.aspectj.lang.reflect.ConstructorSignature.
 

F

FieldSignature - interface org.aspectj.lang.reflect.FieldSignature.
 

G

getArgs() - Method in interface org.aspectj.lang.JoinPoint
Returns the arguments at this join point.
getColumn() - Method in interface org.aspectj.lang.reflect.SourceLocation
 
getDeclaringType() - Method in interface org.aspectj.lang.Signature
Returns a java.lang.Class object representing the class, interface, or aspect that declared this member.
getExceptionTypes() - Method in interface org.aspectj.lang.reflect.CodeSignature
 
getFieldType() - Method in interface org.aspectj.lang.reflect.FieldSignature
 
getFileName() - Method in interface org.aspectj.lang.reflect.SourceLocation
 
getKind() - Method in interface org.aspectj.lang.JoinPoint
Returns a String representing the kind of join point.
getKind() - Method in interface org.aspectj.lang.JoinPoint.StaticPart
Returns a String representing the kind of join point.
getLine() - Method in interface org.aspectj.lang.reflect.SourceLocation
 
getModifiers() - Method in interface org.aspectj.lang.Signature
Returns the modifiers on this signature represented as an int.
getName() - Method in interface org.aspectj.lang.Signature
Returns the identifier part of this signature; i.e.
getParameterName() - Method in interface org.aspectj.lang.reflect.CatchClauseSignature
 
getParameterNames() - Method in interface org.aspectj.lang.reflect.CodeSignature
 
getParameterType() - Method in interface org.aspectj.lang.reflect.CatchClauseSignature
 
getParameterTypes() - Method in interface org.aspectj.lang.reflect.CodeSignature
 
getReturnType() - Method in interface org.aspectj.lang.reflect.AdviceSignature
 
getReturnType() - Method in interface org.aspectj.lang.reflect.MethodSignature
 
getSignature() - Method in interface org.aspectj.lang.JoinPoint
Returns the signature at the join point.
getSignature() - Method in interface org.aspectj.lang.JoinPoint.StaticPart
Returns the signature at the join point.
getSourceLocation() - Method in interface org.aspectj.lang.JoinPoint
Returns the source location corresponding to the join point.
getSourceLocation() - Method in interface org.aspectj.lang.JoinPoint.StaticPart
Returns the source location corresponding to the join point.
getStaticPart() - Method in interface org.aspectj.lang.JoinPoint
Returns an object that encapsulates the static parts of this join point
getTarget() - Method in interface org.aspectj.lang.JoinPoint
Returns the target object.
getThis() - Method in interface org.aspectj.lang.JoinPoint
Returns the currently executing object.
getWithinType() - Method in interface org.aspectj.lang.reflect.SourceLocation
 
getWrappedThrowable() - Method in class org.aspectj.lang.SoftException
 

I

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

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(..) special method on aspect types when there is no aspect of that type currently bound.
NoAspectBoundException() - Constructor for class org.aspectj.lang.NoAspectBoundException
 

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.

S

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) - Constructor for class org.aspectj.lang.SoftException
 
SourceLocation - interface org.aspectj.lang.reflect.SourceLocation.
For defining code, the class defined and location in a source file.

T

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

A C F G I J M N O S T