Interface SubtableEntryVisitor
-
- All Superinterfaces:
VisitorResults
- All Known Implementing Classes:
SleighConstructorTraversal.SubVisitor
public interface SubtableEntryVisitor extends VisitorResults
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
visit(DisjointPattern pattern, Constructor cons)
Callback to visit a constructor
-
-
-
Method Detail
-
visit
int visit(DisjointPattern pattern, Constructor cons)
Callback to visit a constructor- Parameters:
pattern
- the pattern corresponding to the constructorcons
- the constructor- Returns:
- a value from
VisitorResults
-
-