Uses of Class
org.antlr.misc.BitSet
-
Packages that use BitSet Package Description org.antlr.misc org.antlr.tool -
-
Uses of BitSet in org.antlr.misc
Methods in org.antlr.misc that return BitSet Modifier and Type Method Description static BitSetBitSet. of(int el)static BitSetBitSet. of(java.util.Collection<? extends java.lang.Integer> elements)static BitSetBitSet. of(java.util.Map<? extends java.lang.Integer,?> elements)static BitSetBitSet. of(IntSet set)static BitSetBitSet. range(int a, int b)Methods in org.antlr.misc with parameters of type BitSet Modifier and Type Method Description voidBitSet. andInPlace(BitSet a)voidBitSet. orInPlace(BitSet a)booleanBitSet. subset(BitSet a)Is this contained within a?voidBitSet. subtractInPlace(BitSet a)Subtract the elements of 'a' from 'this' in-place. -
Uses of BitSet in org.antlr.tool
Fields in org.antlr.tool declared as BitSet Modifier and Type Field Description BitSetErrorManager.ErrorState. errorMsgIDsTrack all msgIDs; we use to abort later if necessary also used in Message to find out what type of message it is via getMessageType()static BitSetErrorManager. ERRORS_FORCING_NO_ANALYSISDo not do perform analysis if one of these happensstatic BitSetErrorManager. ERRORS_FORCING_NO_CODEGENDo not do code gen if one of these happensBitSetErrorManager.ErrorState. warningMsgIDs
-