Interface ConstructorEntryVisitor

All Superinterfaces:
VisitorResults
All Known Implementing Classes:
SleighLanguages.ConsVisitForPcode

public interface ConstructorEntryVisitor extends VisitorResults
An interface for visiting constructors in a SLEIGH language
See Also:
  • Method Details

    • visit

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