SimpleTypeSet
, TypeClosure
public abstract class TypeSet extends Object
Constructor | Description |
---|---|
TypeSet() |
Modifier and Type | Method | 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 © 2018 Oracle Corporation. All rights reserved.