Interface ConstructorEntryVisitor
- 
- All Superinterfaces:
 VisitorResults
- All Known Implementing Classes:
 SleighLanguages.ConsVisitForPcode
public interface ConstructorEntryVisitor extends VisitorResults
An interface for visiting constructors 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 intvisit(SubtableSymbol subtable, DisjointPattern pattern, Constructor cons)Callback to visit a constructor 
 - 
 
- 
- 
Method Detail
- 
visit
int visit(SubtableSymbol subtable, DisjointPattern pattern, Constructor cons)
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 
 
 - 
 
 -