Package editor.search

Class SearchElement

java.lang.Object
editor.search.SearchElement

public class SearchElement extends Object
  • Field Details

    • _element

      private final Object _element
    • _enclosingType

      private final IType _enclosingType
    • _offset

      private final int _offset
    • _length

      private int _length
    • _line

      private int _line
    • _column

      private int _column
  • Constructor Details

    • SearchElement

      public SearchElement(Object element, IType enclosingType, int offset)
    • SearchElement

      public SearchElement(IParsedElement pe)
  • Method Details

    • getElement

      public Object getElement()
    • getEnclosingType

      public IType getEnclosingType()
    • getOffset

      public int getOffset()
    • getLength

      public int getLength()
    • getLine

      public int getLine()
    • getColumn

      public int getColumn()