Class 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
    • 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
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MethodBytecodeSet

        public MethodBytecodeSet()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.BitSet