Searched refs:superFormat (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DFormat.java293 private Format superFormat; field in class:Format
406 return superFormat;
412 final void setSuperFormat(Format superFormat) { argument
413 this.superFormat = superFormat;
605 return superFormat;
H A DEnhancedAccessor.java91 Format superFormat = declaringFormat.getSuperFormat();
92 declaringFormat = (ComplexFormat) superFormat;
H A DComplexFormat.java268 Format superFormat = catalog.createFormat(superCls, newFormats);
269 if (!(superFormat instanceof ComplexFormat)) {
301 ComplexFormat superFormat = getComplexSuper();
302 if (type != null && superFormat == null) {
305 superFormat =
307 setSuperFormat(superFormat);
311 if (superFormat != null) {
312 superFormat.initializeIfNeeded(catalog);
313 Accessor superAccessor = superFormat.objAccessor;
320 " extends " + superFormat
[all...]
H A DPersistCatalog.java477 Format superFormat = format.getSuperFormat();
478 if (superFormat != null) {
479 Set<Format> subclass = subclassMap.get(superFormat);
482 subclassMap.put(superFormat, subclass);
H A DEvolver.java121 Set<Format> getSubclassFormats(Format superFormat) { argument
122 return subclassMap.get(superFormat);

Completed in 120 milliseconds