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