Class IOccurrencesFinder.OccurrenceLocation

  • Enclosing interface:
    IOccurrencesFinder

    public static class IOccurrencesFinder.OccurrenceLocation
    extends java.lang.Object
    Element representing a occurrence
    • Constructor Summary

      Constructors 
      Constructor Description
      OccurrenceLocation​(int offset, int length, int flags, java.lang.String description)  
    • Constructor Detail

      • OccurrenceLocation

        public OccurrenceLocation​(int offset,
                                  int length,
                                  int flags,
                                  java.lang.String description)
    • Method Detail

      • getOffset

        public int getOffset()
      • getLength

        public int getLength()
      • getFlags

        public int getFlags()
      • getDescription

        public java.lang.String getDescription()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object