Searched refs:NO_BINDINGS (Results 1 – 1 of 1) sorted by relevance
19 private final static TypeBindings NO_BINDINGS = TypeBindings.emptyBindings(); field in TypeBase48 _bindings = (bindings == null) ? NO_BINDINGS : bindings; in TypeBase()