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

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

Introduction

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

The text is from its open source code.

Field

IntervalSetEMPTY_SET

Constructor

Method

voidadd(int el)
Add a single element to the set.
voidadd(Interval addition)
IntervalSetaddAll(IntSet set)
booleancontains(int el)
ListgetIntervals()
Return a list of Interval objects.
intgetMinElement()
Returns the minimum value contained in the set if not isNil().
IntervalSetof(int a)
Create a set with a single element, el.
IntervalSetor(IntervalSet[] sets)
combine all sets in the array returned the or'd value
IntervalSetor(IntSet a)
voidremove(int el)
intsize()
ListtoList()
StringtoString(boolean elemAreChar)
StringtoString(String[] tokenNames)
StringtoString(Vocabulary vocabulary)