Interface PcodeOpEntryVisitor

All Superinterfaces:
VisitorResults

public interface PcodeOpEntryVisitor extends VisitorResults
An interface for visiting Pcode operations in a SLEIGH language
See Also:
  • Method Details

    • visit

      int visit(SubtableSymbol subtable, DisjointPattern pattern, Constructor cons, OpTpl op)
      Callback to visit a Pcode operation
      Parameters:
      subtable - the table containing the constructor
      pattern - the pattern corresponding to the constructor
      cons - the constructor generating the Pcode operation
      op - the Pcode operation
      Returns:
      a value from VisitorResults