abc.aspectj.types
Interface InterTypeMemberInstance

All Known Implementing Classes:
InterTypeConstructorInstance_c, InterTypeFieldInstance_c, InterTypeMethodInstance_c

public interface InterTypeMemberInstance

Author:
Oege de Moor

Method Summary
 Flags origFlags()
           
 ClassType origin()
          the defining aspect of this instance
 void setMangle()
          set the mangled instance
 void setMangleNameComponent()
           
 

Method Detail

origin

ClassType origin()
the defining aspect of this instance


setMangle

void setMangle()
set the mangled instance


setMangleNameComponent

void setMangleNameComponent()

origFlags

Flags origFlags()