abc.weaving.aspectinfo
Class SuperFieldGet

java.lang.Object
  extended by abc.weaving.aspectinfo.SuperFieldGet

public class SuperFieldGet
extends java.lang.Object

represent dispatch methods to access fields in super class when referenced from intertype declaration

Author:
Oege de Moor

Constructor Summary
SuperFieldGet(FieldSig fieldsig, java.lang.String name, AbcClass target)
           
 
Method Summary
 FieldSig getFieldSig()
           
 java.lang.String getName()
           
 AbcClass getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperFieldGet

public SuperFieldGet(FieldSig fieldsig,
                     java.lang.String name,
                     AbcClass target)
Method Detail

getName

public java.lang.String getName()

getTarget

public AbcClass getTarget()

getFieldSig

public FieldSig getFieldSig()