org.codehaus.aspectwerkz.transform.inlining.compiler
Class MatchingJoinPointInfo
java.lang.Object
org.codehaus.aspectwerkz.transform.inlining.compiler.MatchingJoinPointInfo
public final class MatchingJoinPointInfo
- extends Object
Holds info sufficient for picking out the join points we are interested in advising.
- Author:
- Jonas Bonr
MatchingJoinPointInfo
public MatchingJoinPointInfo(Class joinPointClass,
CompilationInfo compilationInfo,
ExpressionContext expressionContext)
getJoinPointClass
public Class getJoinPointClass()
getCompilationInfo
public CompilationInfo getCompilationInfo()
getExpressionContext
public ExpressionContext getExpressionContext()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.