org.jboss.joinpoint.spi
Interface FieldGetJoinpoint

All Superinterfaces:
Cloneable, Joinpoint, TargettedJoinpoint
All Known Implementing Classes:
ReflectFieldGetJoinPoint

public interface FieldGetJoinpoint
extends TargettedJoinpoint

A field get join point

Author:
Bill Burke, Adrian Brock

Method Summary
 FieldInfo getFieldInfo()
          Get the field info for this join point
 
Methods inherited from interface org.jboss.joinpoint.spi.TargettedJoinpoint
getTarget, setTarget
 
Methods inherited from interface org.jboss.joinpoint.spi.Joinpoint
clone, dispatch, toHumanReadableString
 

Method Detail

getFieldInfo

FieldInfo getFieldInfo()
Get the field info for this join point

Returns:
the field info


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.