JBoss Reflection 2.2.1.SP1

org.jboss.joinpoint.spi
Interface FieldGetJoinpoint

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

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
cleanup, clone, dispatch, toHumanReadableString
 

Method Detail

getFieldInfo

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

Returns:
the field info

JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.