Class SleighConstructorTraversal
java.lang.Object
ghidra.app.plugin.languages.sleigh.SleighConstructorTraversal
- All Implemented Interfaces:
VisitorResults
A class to traverse SLEIGH constructors in a language
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
An internal visitor Thetraverse(ConstructorEntryVisitor)
method iterates over each subtable, traversing each with this visitor. -
Field Summary
Fields inherited from interface ghidra.app.plugin.languages.sleigh.VisitorResults
CONTINUE, FINISHED, TERMINATE
-
Constructor Summary
ConstructorDescriptionPrepare to traverse the constructors of a given SLEIGH language -
Method Summary
Modifier and TypeMethodDescriptionint
traverse
(ConstructorEntryVisitor visitor) Traverse the constructors in the language
-
Field Details
-
lang
-
-
Constructor Details
-
SleighConstructorTraversal
Prepare to traverse the constructors of a given SLEIGH language- Parameters:
lang
- the language
-
-
Method Details
-
traverse
Traverse the constructors in the language- Parameters:
visitor
- a callback for each constructor- Returns:
- a value from
VisitorResults
-