Class Interval
java.lang.Object
org.stringtemplate.v4.misc.Interval
An inclusive interval
a..b. Used to track ranges in output and
template patterns (for debugging).-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
a
public int a -
b
public int b
-
-
Constructor Details
-
Interval
public Interval(int a, int b)
-
-
Method Details
-
toString
-