Package ataspectj.reflect

Class Summary
BlockJoinPoint Provide a reflective access to block join points.
BlockJoinPointStaticPart This helper object contains only the static information about a block join point.
BlockSignature Represents the signature at a join point.
BlockSourceLocation For defining code, the block annotated and location in a source file.
ExprJoinPoint Provide a reflective access to expr join points.
ExprJoinPointStaticPart This helper object contains only the static information about a expr join point.
ExprSignature Represents the signature at a join point.
ExprSourceLocation For defining code, the expression annotated and location in a source file.
JoinPointFactory Factory to be used to access to the reflective enviroment.