org.jboss.aop.joinpoint
Class FieldJoinpoint

java.lang.Object
  extended byorg.jboss.aop.joinpoint.FieldJoinpoint
All Implemented Interfaces:
Joinpoint

public class FieldJoinpoint
extends Object
implements Joinpoint

Comment

Version:
$Revision: 1.3 $
Author:
Bill Burke

Constructor Summary
FieldJoinpoint(Field field)
           
 
Method Summary
 boolean equals(Object o)
           
 Field getField()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldJoinpoint

public FieldJoinpoint(Field field)
Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()

getField

public Field getField()


Copyright © 2004 JBoss Inc. All Rights Reserved.