org.aspectj.weaver.bcel
Interface TypeDelegateResolver
- All Known Implementing Classes:
- AjState
public interface TypeDelegateResolver
A type delegate resolver is able to create type delegates for a named reference type. A type delegate will implement
ReferenceTypeDelegate. There are three kind of delegate already in existence: those created for eclipse structures, those
created for bytecode structures, and those created based on reflection.
getDelegate
ReferenceTypeDelegate getDelegate(ReferenceType referenceType)