Package | Description |
---|---|
jflex |
Modifier and Type | Field and Description |
---|---|
static StateSet |
StateSet.EMPTY |
Modifier and Type | Method and Description |
---|---|
StateSet |
StateSet.complement(StateSet set)
Returns the set of elements that contained are in the specified set
but are not contained in this set.
|
StateSet |
StateSet.copy() |
Modifier and Type | Method and Description |
---|---|
void |
StateSet.add(StateSet set) |
StateSet |
StateSet.complement(StateSet set)
Returns the set of elements that contained are in the specified set
but are not contained in this set.
|
boolean |
StateSet.containsSet(StateSet set) |
void |
StateSet.copy(StateSet set)
Copy specified StateSet into this.
|
void |
StateSetEnumerator.reset(StateSet states) |
Constructor and Description |
---|
StateSet(StateSet set) |
StateSetEnumerator(StateSet states) |
Copyright © 1998–2016. All rights reserved.