public abstract class TypeSet extends Object
Constructor and Description |
---|
TypeSet() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
contains(XSType type)
Return true if this TypeSet contains the specified type.
|
static TypeSet |
intersection(TypeSet a,
TypeSet b)
Calculate the TypeSet formed by the intersection of two
other TypeSet objects.
|
static TypeSet |
union(TypeSet a,
TypeSet b)
Calculate the TypeSet formed by the union of two
other TypeSet objects.
|
public abstract boolean contains(XSType type)
type
- the typepublic static TypeSet intersection(TypeSet a, TypeSet b)
a
- a TypeSetb
- another TypeSetCopyright © 2021 JBoss by Red Hat. All rights reserved.