Package ghidra.program.model.lang
Class LanguageCompilerSpecQuery
java.lang.Object
ghidra.program.model.lang.LanguageCompilerSpecQuery
-
Field Summary
Modifier and TypeFieldDescriptionfinal CompilerSpecID
final Endian
final Processor
final Integer
final String
-
Constructor Summary
ConstructorDescriptionLanguageCompilerSpecQuery
(Processor processor, Endian endian, Integer size, String variant, CompilerSpecID compilerSpecID) Constructs a new LanguageCompilerSpecQuery -
Method Summary
-
Field Details
-
processor
-
endian
-
size
-
variant
-
compilerSpecID
-
-
Constructor Details
-
LanguageCompilerSpecQuery
public LanguageCompilerSpecQuery(Processor processor, Endian endian, Integer size, String variant, CompilerSpecID compilerSpecID) Constructs a new LanguageCompilerSpecQuery- Parameters:
processor
- the language's processorendian
- the processor's endiannesssize
- the size of an addressvariant
- the processor variantcompilerSpecID
- the compiler spec id
-
-
Method Details