Package ghidra.program.model.lang
Class LanguageCompilerSpecQuery
java.lang.Object
ghidra.program.model.lang.LanguageCompilerSpecQuery
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal CompilerSpecIDfinal Endianfinal Processorfinal Integerfinal String -
Constructor Summary
ConstructorsConstructorDescriptionLanguageCompilerSpecQuery(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