// add to main statement group scope
annotationContext.put(name, annotation);
}
} else if (!name.equals("Citation") && !name.equals("Evidence")) {
// throw if annotation is not defined and it's not the intrinsics: Citation or EvidenceLine
addError(new DefineAnnotationBeforeUsageException(an.getLine(), an.getCharPositionInLine()));
}
if (name.equals("Citation")) {
// redefinition of citation so clear out citation context
citationContext = null;