Class ContextSetting


  • public class ContextSetting
    extends java.lang.Object
    Class for context configuration information as part of the compiler configuration (CompilerSpec)
    • Constructor Detail

      • ContextSetting

        public ContextSetting​(Register register,
                              java.math.BigInteger value,
                              Address startAddr,
                              Address endAddr)
    • Method Detail

      • getRegister

        public Register getRegister()
      • getValue

        public java.math.BigInteger getValue()
      • getStartAddress

        public Address getStartAddress()
      • getEndAddress

        public Address getEndAddress()