Interface PcodeOpEntryVisitor
-
- All Superinterfaces:
VisitorResults
public interface PcodeOpEntryVisitor extends VisitorResults
An interface for visiting Pcode operations in a SLEIGH language
-
-
Field Summary
-
Fields inherited from interface ghidra.app.plugin.languages.sleigh.VisitorResults
CONTINUE, FINISHED, TERMINATE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
visit(SubtableSymbol subtable, DisjointPattern pattern, Constructor cons, OpTpl op)
Callback to visit a Pcode operation
-
-
-
Method Detail
-
visit
int visit(SubtableSymbol subtable, DisjointPattern pattern, Constructor cons, OpTpl op)
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
-
-