edu.umd.cs.findbugs.classfile.impl

Class DelegatingCodeBaseIterator

public class DelegatingCodeBaseIterator extends Object implements ICodeBaseIterator

An implementation of ICodeBaseIterator that delegates to another codebase. In particular, the codebase entries it creates are DelegatingCodeBaseEntry objects.

Author: David Hovemeyer

Constructor Summary
DelegatingCodeBaseIterator(ICodeBase frontEndCodeBase, IScannableCodeBase delegateCodeBase)
Method Summary
booleanhasNext()
ICodeBaseEntrynext()

Constructor Detail

DelegatingCodeBaseIterator

public DelegatingCodeBaseIterator(ICodeBase frontEndCodeBase, IScannableCodeBase delegateCodeBase)

Method Detail

hasNext

public boolean hasNext()

next

public ICodeBaseEntry next()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.