java.lang.Object
ghidra.app.plugin.processors.sleigh.pattern.Pattern
Direct Known Subclasses:
DisjointPattern, OrPattern

public abstract class Pattern extends Object
A pattern which either matches or doesnt match a particular InstructionContext. In particular, the bits comprising the current instruction in the executable, and possible other context bits
  • Constructor Details

    • Pattern

      public Pattern()
  • Method Details