Class SleighConstructorTraversal

java.lang.Object
ghidra.app.plugin.languages.sleigh.SleighConstructorTraversal
All Implemented Interfaces:
VisitorResults

public class SleighConstructorTraversal extends Object implements VisitorResults
A class to traverse SLEIGH constructors in a language
See Also:
  • Field Details

  • Constructor Details

    • SleighConstructorTraversal

      public SleighConstructorTraversal(SleighLanguage lang)
      Prepare to traverse the constructors of a given SLEIGH language
      Parameters:
      lang - the language
  • Method Details

    • traverse

      public int traverse(ConstructorEntryVisitor visitor)
      Traverse the constructors in the language
      Parameters:
      visitor - a callback for each constructor
      Returns:
      a value from VisitorResults