Package ghidra.app.plugin.languages.sleigh
package ghidra.app.plugin.languages.sleigh
-
ClassDescriptionAn interface for visiting constructors in a SLEIGH languageAn interface for visiting Pcode operations in a SLEIGH languageA class to traverse SLEIGH constructors in a languageAn internal visitor The
SleighConstructorTraversal.traverse(ConstructorEntryVisitor)
method iterates over each subtable, traversing each with this visitor.A collection of utility functions for traversing constructors and Pcode operations of SLEIGH languagesAn internal visitor TheSleighLanguages.traverseAllPcodeOps(SleighLanguage, PcodeOpEntryVisitor)
method uses this visitor to traverse every constructor a given language.An interface for visiting constructors in a SLEIGH subtableSome constants for controlling traversal A callback (visit()
) can return one of these constants to control whether or not traversal continues.