跳过导航链接
A C E F G H I J L M N O P S T U 

A

ADVICE_EXECUTION - 接口 中的静态变量org.aspectj.lang.JoinPoint
 
AdviceSignature - org.aspectj.lang.reflect中的接口
 
aspectOf(Class) - 类 中的静态方法org.aspectj.lang.Aspects14
Returns the singleton aspect or the percflow / percflowbelow associated with the current thread
aspectOf(Class, Object) - 类 中的静态方法org.aspectj.lang.Aspects14
Returns the perthis / pertarget aspect
aspectOf(Class, Class) - 类 中的静态方法org.aspectj.lang.Aspects14
Returns the pertypewithin aspect
Aspects14 - org.aspectj.lang中的类
For users working on a level of Java prior to Java5, Aspects14 handles generic aspectOf methods when they are not available in the aspects but added later on through load time weaving.
Aspects14() - 类 的构造器org.aspectj.lang.Aspects14
 

C

CatchClauseSignature - org.aspectj.lang.reflect中的接口
 
CodeSignature - org.aspectj.lang.reflect中的接口
 
CONSTRUCTOR_CALL - 接口 中的静态变量org.aspectj.lang.JoinPoint
 
CONSTRUCTOR_EXECUTION - 接口 中的静态变量org.aspectj.lang.JoinPoint
 
ConstructorSignature - org.aspectj.lang.reflect中的接口
 
createToString(StringMaker) - 类 中的方法org.aspectj.runtime.reflect.FieldSignatureImpl
 

E

EXCEPTION_HANDLER - 接口 中的静态变量org.aspectj.lang.JoinPoint
 

F

Factory - org.aspectj.runtime.reflect中的类
 
Factory(String, Class) - 类 的构造器org.aspectj.runtime.reflect.Factory
 
FIELD_GET - 接口 中的静态变量org.aspectj.lang.JoinPoint
 
FIELD_SET - 接口 中的静态变量org.aspectj.lang.JoinPoint
 
FieldSignature - org.aspectj.lang.reflect中的接口
 
FieldSignatureImpl - org.aspectj.runtime.reflect中的类
 

G

getAdvice() - 接口 中的方法org.aspectj.lang.reflect.AdviceSignature
 
getArgs() - 接口 中的方法org.aspectj.lang.JoinPoint
Returns the arguments at this join point.
getCause() - 异常错误 中的方法org.aspectj.lang.NoAspectBoundException
 
getCause() - 异常错误 中的方法org.aspectj.lang.SoftException
 
getColumn() - 接口 中的方法org.aspectj.lang.reflect.SourceLocation
已过时。
can not be implemented for bytecode weaving, may be removed in 1.1gold.
getConstructor() - 接口 中的方法org.aspectj.lang.reflect.ConstructorSignature
 
getDeclaringType() - 接口 中的方法org.aspectj.lang.Signature
Returns a java.lang.Class object representing the class, interface, or aspect that declared this member.
getDeclaringTypeName() - 接口 中的方法org.aspectj.lang.Signature
Returns the fully-qualified name of the declaring type.
getExceptionTypes() - 接口 中的方法org.aspectj.lang.reflect.CodeSignature
 
getField() - 接口 中的方法org.aspectj.lang.reflect.FieldSignature
 
getField() - 类 中的方法org.aspectj.runtime.reflect.FieldSignatureImpl
 
getFieldType() - 接口 中的方法org.aspectj.lang.reflect.FieldSignature
 
getFieldType() - 类 中的方法org.aspectj.runtime.reflect.FieldSignatureImpl
 
getFileName() - 接口 中的方法org.aspectj.lang.reflect.SourceLocation
 
getId() - 接口 中的方法org.aspectj.lang.JoinPoint.StaticPart
Return the id for this JoinPoint.StaticPart.
getInitializer() - 接口 中的方法org.aspectj.lang.reflect.InitializerSignature
 
getKind() - 接口 中的方法org.aspectj.lang.JoinPoint
Returns a String representing the kind of join point.
getKind() - 接口 中的方法org.aspectj.lang.JoinPoint.StaticPart
Returns a String representing the kind of join point.
getLine() - 接口 中的方法org.aspectj.lang.reflect.SourceLocation
 
getMethod() - 接口 中的方法org.aspectj.lang.reflect.MethodSignature
 
getModifiers() - 接口 中的方法org.aspectj.lang.Signature
Returns the modifiers on this signature represented as an int.
getName() - 接口 中的方法org.aspectj.lang.Signature
Returns the identifier part of this signature.
getParameterName() - 接口 中的方法org.aspectj.lang.reflect.CatchClauseSignature
 
getParameterNames() - 接口 中的方法org.aspectj.lang.reflect.CodeSignature
 
getParameterType() - 接口 中的方法org.aspectj.lang.reflect.CatchClauseSignature
 
getParameterTypes() - 接口 中的方法org.aspectj.lang.reflect.CodeSignature
 
getReturnType() - 接口 中的方法org.aspectj.lang.reflect.AdviceSignature
 
getReturnType() - 接口 中的方法org.aspectj.lang.reflect.MethodSignature
 
getSignature() - 接口 中的方法org.aspectj.lang.JoinPoint
Returns the signature at the join point.
getSignature() - 接口 中的方法org.aspectj.lang.JoinPoint.StaticPart
Returns the signature at the join point.
getSourceLocation() - 接口 中的方法org.aspectj.lang.JoinPoint
Returns the source location corresponding to the join point.
getSourceLocation() - 接口 中的方法org.aspectj.lang.JoinPoint.StaticPart
Returns the source location corresponding to the join point.
getStaticPart() - 接口 中的方法org.aspectj.lang.JoinPoint
Returns an object that encapsulates the static parts of this join point.
getTarget() - 接口 中的方法org.aspectj.lang.JoinPoint
Returns the target object.
getThis() - 接口 中的方法org.aspectj.lang.JoinPoint
Returns the currently executing object.
getWithinType() - 接口 中的方法org.aspectj.lang.reflect.SourceLocation
 
getWrappedThrowable() - 异常错误 中的方法org.aspectj.lang.SoftException
 

H

hasAspect(Class) - 类 中的静态方法org.aspectj.lang.Aspects14
Returns true if singleton aspect or percflow / percflowbelow aspect is bound
hasAspect(Class, Object) - 类 中的静态方法org.aspectj.lang.Aspects14
Returns true if the perthis / pertarget aspect is bound
hasAspect(Class, Class) - 类 中的静态方法org.aspectj.lang.Aspects14
Returns true if the pertypewithin aspect is bound

I

INITIALIZATION - 接口 中的静态变量org.aspectj.lang.JoinPoint
 
InitializerSignature - org.aspectj.lang.reflect中的接口
Signature for static and instance initializers.

J

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

L

LockSignature - org.aspectj.lang.reflect中的接口
 

M

makeAdviceSig(String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeAdviceSig(String, String, String, String, String, String, String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeAdviceSig(int, String, Class, Class[], String[], Class[], Class) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeCatchClauseSig(String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeCatchClauseSig(String, String, String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeCatchClauseSig(Class, Class, String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeConstructorSig(String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeConstructorSig(String, String, String, String, String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeConstructorSig(int, Class, Class[], String[], Class[]) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeEncSJP(Member) - 类 中的静态方法org.aspectj.runtime.reflect.Factory
 
makeESJP(String, Signature, SourceLocation) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeESJP(String, Signature, int, int) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeESJP(String, Signature, int) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeFieldSig(String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeFieldSig(String, String, String, String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeFieldSig(int, String, Class, Class) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeInitializerSig(String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeInitializerSig(String, String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeInitializerSig(int, Class) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeJP(JoinPoint.StaticPart, Object, Object) - 类 中的静态方法org.aspectj.runtime.reflect.Factory
 
makeJP(JoinPoint.StaticPart, Object, Object, Object) - 类 中的静态方法org.aspectj.runtime.reflect.Factory
 
makeJP(JoinPoint.StaticPart, Object, Object, Object, Object) - 类 中的静态方法org.aspectj.runtime.reflect.Factory
 
makeJP(JoinPoint.StaticPart, Object, Object, Object[]) - 类 中的静态方法org.aspectj.runtime.reflect.Factory
 
makeLockSig(String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeLockSig() - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeLockSig(Class) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeMethodSig(String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeMethodSig(String, String, String, String, String, String, String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeMethodSig(int, String, Class, Class[], String[], Class[], Class) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeSJP(String, String, String, String, String, String, String, String, int) - 类 中的方法org.aspectj.runtime.reflect.Factory
Create a signature and build a JoinPoint in one step.
makeSJP(String, String, String, String, String, String, String, int) - 类 中的方法org.aspectj.runtime.reflect.Factory
Create a signature and build a JoinPoint in one step.
makeSJP(String, Signature, SourceLocation) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeSJP(String, Signature, int, int) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeSJP(String, Signature, int) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeSourceLoc(int, int) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeUnlockSig(String) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeUnlockSig() - 类 中的方法org.aspectj.runtime.reflect.Factory
 
makeUnlockSig(Class) - 类 中的方法org.aspectj.runtime.reflect.Factory
 
MemberSignature - org.aspectj.lang.reflect中的接口
 
METHOD_CALL - 接口 中的静态变量org.aspectj.lang.JoinPoint
 
METHOD_EXECUTION - 接口 中的静态变量org.aspectj.lang.JoinPoint
The legal return values from getKind()
MethodSignature - org.aspectj.lang.reflect中的接口
 

N

NoAspectBoundException - org.aspectj.lang中的异常错误
Thrown by the aspectOf special method on aspect types when there is no aspect of that type currently bound.
NoAspectBoundException(String, Throwable) - 异常错误 的构造器org.aspectj.lang.NoAspectBoundException
 
NoAspectBoundException() - 异常错误 的构造器org.aspectj.lang.NoAspectBoundException
 

O

org.aspectj.lang - 程序包 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 - 程序包 org.aspectj.lang.reflect
Contains interfaces that extend Signature to provide additional information about each possible join point signature.
org.aspectj.runtime.reflect - 程序包 org.aspectj.runtime.reflect
 

P

PREINITIALIZATION - 接口 中的静态变量org.aspectj.lang.JoinPoint
 
printStackTrace() - 异常错误 中的方法org.aspectj.lang.SoftException
 
printStackTrace(PrintStream) - 异常错误 中的方法org.aspectj.lang.SoftException
 
printStackTrace(PrintWriter) - 异常错误 中的方法org.aspectj.lang.SoftException
 
proceed() - 接口 中的方法org.aspectj.lang.ProceedingJoinPoint
Proceed with the next advice or target method invocation
proceed(Object[]) - 接口 中的方法org.aspectj.lang.ProceedingJoinPoint
Proceed with the next advice or target method invocation

Unlike code style, proceed(..) in annotation style places different requirements on the parameters passed to it.

ProceedingJoinPoint - org.aspectj.lang中的接口
ProceedingJoinPoint exposes the proceed(..) method in order to support around advice in @AJ aspects

S

set$AroundClosure(AroundClosure) - 接口 中的方法org.aspectj.lang.ProceedingJoinPoint
The joinpoint needs to know about its closure so that proceed can delegate to closure.run()

This internal method should not be called directly, and won't be visible to the end-user when packed in a jar (synthetic method)

Signature - org.aspectj.lang中的接口
Represents the signature at a join point.
SoftException - org.aspectj.lang中的异常错误
Wrapper for checked exceptions matched by a 'declare soft'.
SoftException(Throwable) - 异常错误 的构造器org.aspectj.lang.SoftException
 
SourceLocation - org.aspectj.lang.reflect中的接口
For defining code, the class defined and location in a source file.
STATICINITIALIZATION - 接口 中的静态变量org.aspectj.lang.JoinPoint
 
SYNCHRONIZATION_LOCK - 接口 中的静态变量org.aspectj.lang.JoinPoint
 
SYNCHRONIZATION_UNLOCK - 接口 中的静态变量org.aspectj.lang.JoinPoint
 

T

toLongString() - 接口 中的方法org.aspectj.lang.JoinPoint.StaticPart
Returns an extended string representation of the join point
toLongString() - 接口 中的方法org.aspectj.lang.JoinPoint
Returns an extended string representation of the join point.
toLongString() - 接口 中的方法org.aspectj.lang.Signature
Returns an extended string representation of this signature.
toShortString() - 接口 中的方法org.aspectj.lang.JoinPoint.StaticPart
Returns an abbreviated string representation of the join point
toShortString() - 接口 中的方法org.aspectj.lang.JoinPoint
Returns an abbreviated string representation of the join point.
toShortString() - 接口 中的方法org.aspectj.lang.Signature
Returns an abbreviated string representation of this signature.
toString() - 接口 中的方法org.aspectj.lang.JoinPoint.StaticPart
 
toString() - 接口 中的方法org.aspectj.lang.JoinPoint
 
toString() - 接口 中的方法org.aspectj.lang.Signature
 

U

UnlockSignature - org.aspectj.lang.reflect中的接口
 
A C E F G H I J L M N O P S T U 
跳过导航链接