abc.weaving.aspectinfo
Class SuperDispatch

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

public class SuperDispatch
extends java.lang.Object

represent super dispatch calls in target of intertype declarations

Author:
Oege de Moor

Constructor Summary
SuperDispatch(java.lang.String name, MethodSig methodsig, AbcClass target)
           
 
Method Summary
 MethodSig getMethodSig()
           
 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

SuperDispatch

public SuperDispatch(java.lang.String name,
                     MethodSig methodsig,
                     AbcClass target)
Method Detail

getName

public java.lang.String getName()

getMethodSig

public MethodSig getMethodSig()

getTarget

public AbcClass getTarget()