Package | Description |
---|---|
org.antlr.misc | |
org.antlr.tool |
Modifier and Type | Method and Description |
---|---|
static BitSet |
BitSet.of(Collection elements) |
static BitSet |
BitSet.of(int el) |
static BitSet |
BitSet.of(IntSet set) |
static BitSet |
BitSet.of(Map elements) |
static BitSet |
BitSet.range(int a,
int b) |
Modifier and Type | Method and Description |
---|---|
void |
BitSet.andInPlace(BitSet a) |
void |
BitSet.orInPlace(BitSet a) |
boolean |
BitSet.subset(BitSet a)
Is this contained within a?
|
void |
BitSet.subtractInPlace(BitSet a)
Subtract the elements of 'a' from 'this' in-place.
|
Modifier and Type | Field and Description |
---|---|
static BitSet |
ErrorManager.ERRORS_FORCING_NO_ANALYSIS
Do not do perform analysis if one of these happens
|
static BitSet |
ErrorManager.ERRORS_FORCING_NO_CODEGEN
Do not do code gen if one of these happens
|
Copyright © 2020. All rights reserved.