Class ValueRangeAnalysisFactory.BackIterator
java.lang.Object
edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.BackIterator
- All Implemented Interfaces:
Iterator<org.apache.bcel.generic.InstructionHandle>
- Enclosing class:
ValueRangeAnalysisFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BasicBlockprivate final CFGprivate org.apache.bcel.generic.InstructionHandle -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
block
-
next
private org.apache.bcel.generic.InstructionHandle next -
cfg
-
-
Constructor Details
-
BackIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-