- getAdvice() - Method in interface org.aspectj.lang.reflect.AdviceSignature
-
- getArgs() - Method in interface org.aspectj.lang.JoinPoint
-
Returns the arguments at this join point.
- getCause() - Method in exception org.aspectj.lang.NoAspectBoundException
-
- getCause() - Method in exception org.aspectj.lang.SoftException
-
- getColumn() - Method in interface org.aspectj.lang.reflect.SourceLocation
-
Deprecated.
- getConstructor() - Method in interface org.aspectj.lang.reflect.ConstructorSignature
-
- getDeclaringType() - Method in interface org.aspectj.lang.Signature
-
Returns a java.lang.Class
object representing the class,
interface, or aspect that declared this member.
- getDeclaringTypeName() - Method in interface org.aspectj.lang.Signature
-
Returns the fully-qualified name of the declaring type.
- getExceptionTypes() - Method in interface org.aspectj.lang.reflect.CodeSignature
-
- getField() - Method in interface org.aspectj.lang.reflect.FieldSignature
-
- getField() - Method in class org.aspectj.runtime.reflect.FieldSignatureImpl
-
- getFieldType() - Method in interface org.aspectj.lang.reflect.FieldSignature
-
- getFieldType() - Method in class org.aspectj.runtime.reflect.FieldSignatureImpl
-
- getFileName() - Method in interface org.aspectj.lang.reflect.SourceLocation
-
- getId() - Method in interface org.aspectj.lang.JoinPoint.StaticPart
-
Return the id for this JoinPoint.StaticPart.
- getInitializer() - Method in interface org.aspectj.lang.reflect.InitializerSignature
-
- 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
-
- getMethod() - Method in interface org.aspectj.lang.reflect.MethodSignature
-
- 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.
- 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 exception org.aspectj.lang.SoftException
-