Uses of Interface
org.schwa.dr.Ann

Packages that use Ann
org.schwa.dr   
 

Uses of Ann in org.schwa.dr
 

Classes in org.schwa.dr with type parameters of type Ann
 class Slice<T extends Ann>
           A slice over other Ann instances in the docrep Java API.
 class Store<T extends Ann>
          Implementation of docrep stores; ordered collections of annotation instances.
 

Subinterfaces of Ann in org.schwa.dr
 interface Doc
          Base interface for all docrep document classes.
 

Classes in org.schwa.dr that implement Ann
 class AbstractAnn
          Abstract base class for the Ann interface.
 class AbstractDoc
          Abstract base class for the Doc interface.
 

Fields in org.schwa.dr declared as Ann
 T Slice.start
          The inclusive starting point of the slice.
 T Slice.stop
          The inclusive stopping point of the slice.
 

Fields in org.schwa.dr with type parameters of type Ann
protected  Class<? extends Ann> AnnSchema.klass
           
 

Methods in org.schwa.dr that return types with arguments of type Ann
 Class<? extends Ann> AnnSchema.getKlass()
          Returns the Class object for the underlying annotation class.
 Class<? extends Ann> FieldSchema.getPointedToKlass()
           
 Store<? extends Ann> StoreSchema.getStore(Doc doc)
           
 Class<? extends Ann> StoreSchema.getStoredKlass()
           
 

Methods in org.schwa.dr with parameters of type Ann
 Object FieldSchema.getFieldValue(Ann ann)
           
 

Method parameters in org.schwa.dr with type arguments of type Ann
static AnnSchema AnnSchema.create(Class<? extends Ann> klass, String name)
           
static AnnSchema AnnSchema.create(Class<? extends Ann> klass, String name, String serial)
           
static StoreSchema StoreSchema.create(Field field, Class<? extends Ann> storedKlass, dr.Store drStore)
           
static FieldSchema FieldSchema.createPointer(Field field, dr.Pointer drPointer, Class<? extends Ann> pointedToKlass)
           
static FieldSchema FieldSchema.createPointers(Field field, dr.Pointer drPointer, Class<? extends Ann> pointedToKlass)
           
static FieldSchema FieldSchema.createPointerSlice(Field field, dr.Pointer drPointer, Class<? extends Ann> pointedToKlass)
           
static FieldSchema FieldSchema.createSelfPointer(Field field, dr.SelfPointer drSelfPointer, Class<? extends Ann> pointedToKlass)
           
static FieldSchema FieldSchema.createSelfPointers(Field field, dr.SelfPointer drSelfPointer, Class<? extends Ann> pointedToKlass)
           
static FieldSchema FieldSchema.createSelfPointerSlice(Field field, dr.SelfPointer drSelfPointer, Class<? extends Ann> pointedToKlass)
           
 AnnSchema DocSchema.getSchema(Class<? extends Ann> klass)
          Returns the schema for the annotation on this document class whose Class matches the provided class.
 

Constructor parameters in org.schwa.dr with type arguments of type Ann
AnnSchema(Class<? extends Ann> klass, String name, String serial)
           
 



Copyright © 2014. All rights reserved.