Class TextLocation

java.lang.Object
com.strobel.decompiler.languages.TextLocation
All Implemented Interfaces:
Serializable, Comparable<TextLocation>

public final class TextLocation extends Object implements Comparable<TextLocation>, Serializable
See Also:
  • Field Details

  • Constructor Details

    • TextLocation

      private TextLocation()
    • TextLocation

      public TextLocation(int line, int column)
  • Method Details