Class CreateStructureCmd

    • Constructor Detail

      • CreateStructureCmd

        public CreateStructureCmd​(Address address,
                                  int length)
        Constructs a new command for creating a new structure and applying it to the browser. This method simply calls CreateStructureCmd(String, Address, int) with StructureFactory.DEFAULT_STRUCTURE_NAME as the name of the structure.
        Parameters:
        address - the address at which to create the new structure.
        length - the number of undefined bytes to consume in the new structure.
      • CreateStructureCmd

        public CreateStructureCmd​(java.lang.String name,
                                  Address address,
                                  int length)
        Constructs a new command for creating a new structure and applying it to the browser.
        Parameters:
        name - The name of the new structure to create.
        address - the address at which to create the new structure.
        length - the number of undefined bytes to consume in the new structure.