Uses of Class
org.antlr.misc.BitSet
Packages that use BitSet
-
Uses of BitSet in org.antlr.misc
Methods in org.antlr.misc that return BitSetModifier and TypeMethodDescriptionstatic BitSet
BitSet.of
(int el) static BitSet
BitSet.of
(Collection elements) static BitSet
static BitSet
static BitSet
BitSet.range
(int a, int b) Methods in org.antlr.misc with parameters of type BitSetModifier and TypeMethodDescriptionvoid
BitSet.andInPlace
(BitSet a) void
boolean
Is this contained within a?void
BitSet.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 BitSetModifier and TypeFieldDescriptionErrorManager.ErrorState.errorMsgIDs
Track 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 final BitSet
ErrorManager.ERRORS_FORCING_NO_ANALYSIS
Do not do perform analysis if one of these happensstatic final BitSet
ErrorManager.ERRORS_FORCING_NO_CODEGEN
Do not do code gen if one of these happensErrorManager.ErrorState.warningMsgIDs