Package ghidra.plugin.importer
Class LcsSelectionEvent
- java.lang.Object
 - 
- ghidra.plugin.importer.LcsSelectionEvent
 
 
- 
public class LcsSelectionEvent extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description LanguageCompilerSpecPairselection 
- 
Constructor Summary
Constructors Constructor Description LcsSelectionEvent(LanguageCompilerSpecPair selection) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString() 
 - 
 
- 
- 
Field Detail
- 
selection
public final LanguageCompilerSpecPair selection
 
 - 
 
- 
Constructor Detail
- 
LcsSelectionEvent
public LcsSelectionEvent(LanguageCompilerSpecPair selection)
 
 - 
 
 -