Interface PcodeOpEntryVisitor
- All Superinterfaces:
VisitorResults
An interface for visiting Pcode operations 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 TypeMethodDescriptionintvisit(SubtableSymbol subtable, DisjointPattern pattern, Constructor cons, OpTpl op) Callback to visit a Pcode operation
-
Method Details
-
visit
Callback to visit a Pcode operation- Parameters:
subtable- the table containing the constructorpattern- the pattern corresponding to the constructorcons- the constructor generating the Pcode operationop- the Pcode operation- Returns:
- a value from
VisitorResults
-