Class StringLocation

java.lang.Object
net.orbyfied.j8.util.math.expr.StringLocation

public class StringLocation extends Object
  • Field Details

  • Constructor Details

    • StringLocation

      public StringLocation(StringLocation loc, int startIndex, int endIndex)
    • StringLocation

      public StringLocation(String fn, String str, int startIndex, int endIndex)
    • StringLocation

      public StringLocation(String fn, StringReader str, int startIndex, int endIndex)
  • Method Details