Class FunctionOpenCloseLocation

All Implemented Interfaces:
Cloneable, Comparable<ProgramLocation>

public class FunctionOpenCloseLocation extends CodeUnitLocation
ProgramLocation that represents the cursor being on the function's open/close widget
  • Constructor Details

    • FunctionOpenCloseLocation

      public FunctionOpenCloseLocation(Program program, Address addr)
      Constructor
      Parameters:
      program - the program of the location
      addr - address of the location
    • FunctionOpenCloseLocation

      public FunctionOpenCloseLocation()
      Required constructor for serialization