Class c;
try {
c = fieldType.toClass(state.getClassLoader());
} catch (ClassNotFoundException e) {
throw new ASTClassNotFoundException(fieldType.getName());
}
if (hasMethod(c, _getSetCheckpointMethodName(false),
new Class[] { Checkpoint.class })
|| state.getCrossAnalyzedTypes().contains(c.getName())) {