Class IntervalSetSimplifiedWrapper

  • All Implemented Interfaces:
    org.antlr.v4.runtime.misc.IntSet

    public class IntervalSetSimplifiedWrapper
    extends org.antlr.v4.runtime.misc.IntervalSet
    • Field Summary

      • Fields inherited from class org.antlr.v4.runtime.misc.IntervalSet

        COMPLETE_CHAR_SET, EMPTY_SET, intervals, readonly
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      List<String> toStringList​(org.antlr.v4.runtime.Vocabulary vocabulary)  
      • Methods inherited from class org.antlr.v4.runtime.misc.IntervalSet

        add, add, add, addAll, and, clear, complement, complement, contains, elementName, elementName, equals, get, getIntervals, getMaxElement, getMinElement, hashCode, isNil, isReadonly, of, of, or, or, remove, setReadonly, size, subtract, subtract, toArray, toIntegerList, toList, toSet, toString, toString, toString, toString
    • Constructor Detail

      • IntervalSetSimplifiedWrapper

        public IntervalSetSimplifiedWrapper​(org.antlr.v4.runtime.misc.IntervalSet set)
    • Method Detail

      • toStringList

        public List<String> toStringList​(org.antlr.v4.runtime.Vocabulary vocabulary)