Package ghidra.program.model.lang
Class ContextSetting
- java.lang.Object
-
- ghidra.program.model.lang.ContextSetting
-
public class ContextSetting extends java.lang.Object
Class 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 Address
getEndAddress()
Register
getRegister()
Address
getStartAddress()
java.math.BigInteger
getValue()
-