Package | Description |
---|---|
jflex |
Modifier and Type | Field and Description |
---|---|
static StateSet |
StateSet.EMPTY
Constant
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()
copy.
|
Modifier and Type | Method and Description |
---|---|
void |
StateSet.add(StateSet set)
add.
|
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)
containsSet.
|
void |
StateSet.copy(StateSet set)
Copy specified StateSet into this.
|
void |
StateSetEnumerator.reset(StateSet states)
reset.
|
Constructor and Description |
---|
StateSet(StateSet set)
Constructor for StateSet.
|
StateSetEnumerator(StateSet states)
Constructor for StateSetEnumerator.
|
Copyright © 1998–2020. All rights reserved.