Class ProgramLocationActionContext

All Implemented Interfaces:
ActionContext
Direct Known Subclasses:
NavigatableActionContext

public class ProgramLocationActionContext extends ProgramActionContext
  • Constructor Details

  • Method Details

    • getLocation

      public ProgramLocation getLocation()
      Returns:
      Returns the program location.
    • getSelection

      public ProgramSelection getSelection()
      Returns:
      Returns the program selection.
    • getHighlight

      public ProgramSelection getHighlight()
    • getAddress

      public Address getAddress()
      Returns:
      address corresponding to the action's program location or null if program location is null.
    • getCodeUnit

      public CodeUnit getCodeUnit()
      Returns the code unit containing the action's program location or null
      Returns:
      the code unit containing the action's program location or null
    • hasSelection

      public boolean hasSelection()
    • hasHighlight

      public boolean hasHighlight()