MCPcopy Create free account
hub / github.com/BaseXdb/basex / subsumes

Method subsumes

basex-core/src/main/java/org/basex/query/expr/path/Test.java:129–131  ·  view source on GitHub ↗

Checks whether the type of this test is a supertype of the specified type. The runtime type may be any of its subtypes. @param type type to check @return Boolean#TRUE if the type subsumes the specified type; Boolean#FALSE if it does not; null if the

(@SuppressWarnings("unused") final Type type)

Source from the content-addressed store, hash-verified

127 * {@code null} if the relationship is unknown
128 */
129 public Boolean subsumes(@SuppressWarnings("unused") final Type type) {
130 return null;
131 }
132
133 /**
134 * Copies this test.

Callers 4

assignTypeMethod · 0.45
seqTypeMethod · 0.45
emptyMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected