Package com.github.tnakamot.json.token
Class StringRange
- java.lang.Object
-
- com.github.tnakamot.json.token.StringRange
-
-
Constructor Summary
Constructors Constructor Description StringRange(@NotNull StringLocation begin, @NotNull StringLocation end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull StringLocation
beginning()
The beginning location of this range.@NotNull StringLocation
end()
The end location of this range.
-
-
-
Constructor Detail
-
StringRange
public StringRange(@NotNull @NotNull StringLocation begin, @NotNull @NotNull StringLocation end)
-
-
Method Detail
-
beginning
@NotNull public @NotNull StringLocation beginning()
The beginning location of this range.- Returns:
- beginning location of this range.
-
end
@NotNull public @NotNull StringLocation end()
The end location of this range.- Returns:
- end location of this range.
-
-