org.codehaus.aspectwerkz.transform.inlining.compiler
Class MatchingJoinPointInfo

java.lang.Object
  extended by 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 BonŽr

Constructor Summary
MatchingJoinPointInfo(Class joinPointClass, CompilationInfo compilationInfo, ExpressionContext expressionContext)
           
 
Method Summary
 boolean equals(Object o)
           
 CompilationInfo getCompilationInfo()
           
 ExpressionContext getExpressionContext()
           
 Class getJoinPointClass()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchingJoinPointInfo

public MatchingJoinPointInfo(Class joinPointClass,
                             CompilationInfo compilationInfo,
                             ExpressionContext expressionContext)
Method Detail

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.