Uses of Class
org.basex.query.value.type.SeqType.Occ

Packages that use SeqType.Occ
org.basex.query.value.type   
 

Uses of SeqType.Occ in org.basex.query.value.type
 

Fields in org.basex.query.value.type declared as SeqType.Occ
 SeqType.Occ SeqType.occ
          Number of occurrences.
 

Methods in org.basex.query.value.type that return SeqType.Occ
 SeqType.Occ SeqType.Occ.intersect(SeqType.Occ other)
          Computes the intersection between this occurrence indicator and the given one.
 SeqType.Occ SeqType.Occ.union(SeqType.Occ other)
          Computes the union between this occurrence indicator and the given one.
static SeqType.Occ SeqType.Occ.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SeqType.Occ[] SeqType.Occ.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.basex.query.value.type with parameters of type SeqType.Occ
static SeqType SeqType.get(Type t, SeqType.Occ o)
          Returns a sequence type.
static SeqType SeqType.get(Type t, SeqType.Occ o, Test k)
          Returns a sequence type.
 boolean SeqType.Occ.instanceOf(SeqType.Occ o)
          Checks if the specified occurrence indicator is an instance of the current occurrence indicator.
 SeqType.Occ SeqType.Occ.intersect(SeqType.Occ other)
          Computes the intersection between this occurrence indicator and the given one.
 SeqType.Occ SeqType.Occ.union(SeqType.Occ other)
          Computes the union between this occurrence indicator and the given one.
 SeqType SeqType.withOcc(SeqType.Occ o)
          Returns a version of this sequence type that is adapted to the given SeqType.Occ.