Class SequenceSearchOperation

    • Field Detail

      • matchingMethods

        private java.util.List<FoundSequence> matchingMethods
      • chain

        private java.util.List<Opcode> chain
      • wantedChain

        private java.util.List<Opcode> wantedChain
    • Constructor Detail

      • SequenceSearchOperation

        public SequenceSearchOperation​(java.lang.String sequence)
    • Method Detail

      • compareChains

        private boolean compareChains()
      • reset

        public void reset()
      • handleChainStartingAtIndex

        private boolean handleChainStartingAtIndex​(int index,
                                                   java.util.List<BytecodeInstruction> instructions)
      • getIndexForBCI

        private int getIndexForBCI​(java.util.List<BytecodeInstruction> instructions,
                                   int bci)