Java org.antlr.v4.runtime.misc Interval fields, constructors, methods, implement or subclass

Example usage for Java org.antlr.v4.runtime.misc Interval fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.antlr.v4.runtime.misc Interval.

The text is from its open source code.

Constructor

Method

intlength()
return number of elements between a and b inclusively.
Intervalof(int a, int b)
Interval objects are used readonly so share all with the same single value a==b up to some max size.
booleanstartsAfter(Interval other)
Does this.a start after other.b?