|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.ling.AnnotationLookup
public class AnnotationLookup
Nested Class Summary | |
---|---|
static class |
AnnotationLookup.KeyLookup
|
Method Summary | |
---|---|
static AnnotationLookup.KeyLookup |
getCoreKey(java.lang.String oldKey)
Returns a CoreAnnotation class key for the given old-style FeatureLabel key if one exists; null otherwise. |
static java.lang.Class<?> |
getValueType(java.lang.Class<? extends CoreAnnotation> key)
Returns the runtime value type associated with the given key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static AnnotationLookup.KeyLookup getCoreKey(java.lang.String oldKey)
public static java.lang.Class<?> getValueType(java.lang.Class<? extends CoreAnnotation> key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |