Class SleighLanguages.ConsVisitForPcode

java.lang.Object
ghidra.app.plugin.languages.sleigh.SleighLanguages.ConsVisitForPcode
All Implemented Interfaces:
ConstructorEntryVisitor, VisitorResults
Enclosing class:
SleighLanguages

protected static class SleighLanguages.ConsVisitForPcode extends Object implements ConstructorEntryVisitor
An internal visitor The SleighLanguages.traverseAllPcodeOps(SleighLanguage, PcodeOpEntryVisitor) method uses this visitor to traverse every constructor a given language. For each constructor, it then applies another (anonymous) visitor to traverse each Pcode operation in the visited constructor. That anonymous visitor wraps the visitor given by the caller.