Interface SubtableEntryVisitor
- All Superinterfaces:
VisitorResults
- All Known Implementing Classes:
SleighConstructorTraversal.SubVisitor
An interface for visiting constructors in a SLEIGH subtable
- See Also:
-
Field Summary
Fields inherited from interface ghidra.app.plugin.languages.sleigh.VisitorResults
CONTINUE, FINISHED, TERMINATE
-
Method Summary
Modifier and TypeMethodDescriptionint
visit
(DisjointPattern pattern, Constructor cons) Callback to visit a constructor
-
Method Details
-
visit
Callback to visit a constructor- Parameters:
pattern
- the pattern corresponding to the constructorcons
- the constructor- Returns:
- a value from
VisitorResults
-