public class BasicFieldGetJoinPoint extends BasicTargettedJoinPoint implements FieldGetJoinpoint
Modifier and Type | Field and Description |
---|---|
protected FieldInfo |
fieldInfo
The field info
|
target
Constructor and Description |
---|
BasicFieldGetJoinPoint(FieldInfo fieldInfo)
Create a new field get join point
|
Modifier and Type | Method and Description |
---|---|
Object |
dispatch()
Invoke on the actual joinpoint
|
FieldInfo |
getFieldInfo()
Get the field info for this join point
|
String |
toHumanReadableString()
A human readable version of the join point
|
clone, getTarget, setTarget
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTarget, setTarget
protected FieldInfo fieldInfo
public BasicFieldGetJoinPoint(FieldInfo fieldInfo)
fieldInfo
- the field infopublic FieldInfo getFieldInfo()
FieldGetJoinpoint
getFieldInfo
in interface FieldGetJoinpoint
public Object dispatch() throws Throwable
Joinpoint
public String toHumanReadableString()
Joinpoint
toHumanReadableString
in interface Joinpoint
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.