edu.umd.cs.findbugs.bcel

Class OpcodeStackDetector

public abstract class OpcodeStackDetector extends BytecodeScanningDetector

Base class for Detectors that want to scan the bytecode of a method and use an opcode stack.

See Also: BytecodeScanningDetector

Field Summary
protected OpcodeStackstack
Method Summary
voidsawOpcode(int seen)

Field Detail

stack

protected OpcodeStack stack

Method Detail

sawOpcode

public void sawOpcode(int seen)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.