Interface SubtableEntryVisitor

All Superinterfaces:
VisitorResults
All Known Implementing Classes:
SleighConstructorTraversal.SubVisitor

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

    • visit

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