Package edu.umd.cs.findbugs.ba
Class MethodBytecodeSet
- java.lang.Object
-
- java.util.BitSet
-
- edu.umd.cs.findbugs.ba.MethodBytecodeSet
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class MethodBytecodeSet extends java.util.BitSet
Class representing the set of opcodes used in a method.- Author:
- David Hovemeyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodBytecodeSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class java.util.BitSet
and, andNot, cardinality, clear, clear, clear, clone, equals, flip, flip, get, get, hashCode, intersects, isEmpty, length, nextClearBit, nextSetBit, or, previousClearBit, previousSetBit, set, set, set, set, size, stream, toByteArray, toLongArray, valueOf, valueOf, valueOf, valueOf, xor
-
-