Package ghidra.program.model.lang
Class ContextSetting
- java.lang.Object
-
- ghidra.program.model.lang.ContextSetting
-
public class ContextSetting extends java.lang.ObjectClass for context configuration information as part of the compiler configuration (CompilerSpec)
-
-
Constructor Summary
Constructors Constructor Description ContextSetting(Register register, java.math.BigInteger value, Address startAddr, Address endAddr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetEndAddress()RegistergetRegister()AddressgetStartAddress()java.math.BigIntegergetValue()
-