Class DirectAdjacentSelector

All Implemented Interfaces:
Serializable, Locatable, Selector

public class DirectAdjacentSelector extends AbstractSelector

DirectAdjacentSelector class.

Author:
Ronald Brill
See Also:
  • Constructor Details Link icon

    • DirectAdjacentSelector Link icon

      public DirectAdjacentSelector(Selector child, SimpleSelector simpleSelector)
      Ctor.
      Parameters:
      child - the child selector
      simpleSelector - the simple selector
  • Method Details Link icon

    • getSelectorType Link icon

      public Selector.SelectorType getSelectorType()

      getSelectorType.

      Returns:
      the associated selector type
    • getSelector Link icon

      public Selector getSelector()

      getSelector.

      Returns:
      the selector
    • getSimpleSelector Link icon

      public SimpleSelector getSimpleSelector()

      getSimpleSelector.

      Returns:
      the simple selector part
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object