Class JoinPointSignatureIterator

java.lang.Object
org.aspectj.weaver.JoinPointSignatureIterator
All Implemented Interfaces:
Iterator<JoinPointSignature>

public class JoinPointSignatureIterator extends Object implements Iterator<JoinPointSignature>
Iterates over the signatures of a join point, calculating new signatures lazily to minimize processing and to avoid unneccessary "can't find type" errors. Iterator can be cached and reused by calling the "reset" method between iterations.