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 LanguageCompilerSpecPair
selection
-
Constructor Summary
Constructors Constructor Description LcsSelectionEvent(LanguageCompilerSpecPair selection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
selection
public final LanguageCompilerSpecPair selection
-
-
Constructor Detail
-
LcsSelectionEvent
public LcsSelectionEvent(LanguageCompilerSpecPair selection)
-
-